Last active
February 20, 2017 07:26
-
-
Save haoyunfeix/093c19fd2abacb70f05086fd7cd2aded to your computer and use it in GitHub Desktop.
Installation for realsense testing on Joule Board
This file contains hidden or 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
# https://securewiki.ith.intel.com/pages/viewpage.action?pageId=510951805 | |
sudo apt-key adv --keyserver keys.gnupg.net --recv-key D6FB2970 | |
echo 'deb http://realsense-alm-public.s3.amazonaws.com/apt-repo xenial main' | sudo tee /etc/apt/sources.list.d/realsense-public.list | |
sudo apt-get update | |
sudo apt-get install librealsense-all-dev=0.0.1~rc0-0ubuntu2~16.gbp3bd28d | |
sudo apt-get install git vim libboost-thread-dev node-legacy npm | |
sudo npm install -g node-gyp mocha |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment