Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kaz3w/fca099bbb24c8d15199537bb888cb0cb to your computer and use it in GitHub Desktop.
Save kaz3w/fca099bbb24c8d15199537bb888cb0cb to your computer and use it in GitHub Desktop.
Prepare to build librealsense for Jetson NANO
#!/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