Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation.md #2004

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ The scripts and commands below invoke `wget, git, add-apt-repository` which may
*glfw3*, *mesa* and *gtk* packages are required if you plan to build the SDK's OpenGl-enabled examples. The *librealsense* core library and a range of demos/tools are designed for headless environment deployment.

3. Install Intel Realsense permission scripts located in librealsense source directory:<br />
` cd ~ ` <br />
`git clone https://github.com/IntelRealSense/librealsense.git` <br />
`cd librealsense` <br />
`sudo cp config/99-realsense-libusb.rules /etc/udev/rules.d/` <br />
`sudo udevadm control --reload-rules && udevadm trigger`
<br />
Expand Down