Skip to content

Commit

Permalink
PR #11497 from Tamir91: Documentation update - Relocation git install…
Browse files Browse the repository at this point in the history
… command
  • Loading branch information
Nir-Az committed Feb 28, 2023
2 parents 42faf0e + 2fa49a2 commit 9471d17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ The scripts and commands below invoke `wget, git, add-apt-repository` which may
**Download/Clone librealsense github repository:**
* Get *librealsense* sources in one of the following ways:<br />

- Download the complete source tree with *git*<br />
- Install *git* and download the complete source tree.<br />
`sudo apt-get install git`<br />
`git clone https://github.com/IntelRealSense/librealsense.git`<br />

- Download and unzip the latest stable version from `master` branch:
Expand All @@ -38,7 +39,7 @@ The scripts and commands below invoke `wget, git, add-apt-repository` which may

2. Install the core packages required to build *librealsense* binaries and the affected kernel modules:

`sudo apt-get install git libssl-dev libusb-1.0-0-dev libudev-dev pkg-config libgtk-3-dev cmake` <br /><br />
`sudo apt-get install libssl-dev libusb-1.0-0-dev libudev-dev pkg-config libgtk-3-dev cmake` <br /><br />
Distribution-specific packages:<br />
* Ubuntu 14 or when running Ubuntu 16.04 live-disk:<br />
`./scripts/install_glfw3.sh` <br />
Expand Down

0 comments on commit 9471d17

Please sign in to comment.