From d68973c90fd45687d4f4b732497f16071993dfc1 Mon Sep 17 00:00:00 2001 From: Tamir <1hotlev@gmail.com> Date: Mon, 27 Feb 2023 15:40:05 +0200 Subject: [PATCH 1/3] git moved to early step --- doc/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 14ab9fe895..1f24bcc1e4 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -27,6 +27,7 @@ The scripts and commands below invoke `wget, git, add-apt-repository` which may * Get *librealsense* sources in one of the following ways:
- Download the complete source tree with *git*
+ `sudo apt-get install git`
`git clone https://github.com/IntelRealSense/librealsense.git`
- Download and unzip the latest stable version from `master` branch: @@ -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`

+ `sudo apt-get install libssl-dev libusb-1.0-0-dev libudev-dev pkg-config libgtk-3-dev cmake`

Distribution-specific packages:
* Ubuntu 14 or when running Ubuntu 16.04 live-disk:
`./scripts/install_glfw3.sh`
From 1f38f8e6f0b86fd366c864020bac9ece4ef4414e Mon Sep 17 00:00:00 2001 From: Tamir <1hotlev@gmail.com> Date: Tue, 28 Feb 2023 09:36:39 +0200 Subject: [PATCH 2/3] the stage name was changed --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 1f24bcc1e4..1c12d7a64e 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -26,7 +26,7 @@ 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:
- - Download the complete source tree with *git*
+ - Install *git* and download the complete source tree.
`sudo apt-get install git`
`git clone https://github.com/IntelRealSense/librealsense.git`
From 2fa49a2ecc81d819af2f4783dec044685712a183 Mon Sep 17 00:00:00 2001 From: Tamir Date: Tue, 28 Feb 2023 09:41:48 +0200 Subject: [PATCH 3/3] spaces removed --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 1c12d7a64e..8e37faec4c 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -27,7 +27,7 @@ The scripts and commands below invoke `wget, git, add-apt-repository` which may * Get *librealsense* sources in one of the following ways:
- Install *git* and download the complete source tree.
- `sudo apt-get install git`
+ `sudo apt-get install git`
`git clone https://github.com/IntelRealSense/librealsense.git`
- Download and unzip the latest stable version from `master` branch: