Created
May 4, 2019 07:39
-
-
Save kaz3w/fca099bbb24c8d15199537bb888cb0cb to your computer and use it in GitHub Desktop.
Prepare to build librealsense for Jetson NANO
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sudo apt install -y libxinerama-dev libvulkan-dev libxcursor-dev libgtk-3-dev | |
git clone https://github.com/IntelRealSense/librealsense.git | |
cd librealsense/ | |
mkdir build | |
cd build | |
cmake .. | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment