File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ make && make install
130130./bin/Protonect
131131```
132132
133- ### Ubuntu 14.04 (perhaps earlier)
133+ ### Debian/ Ubuntu 14.04 (perhaps earlier)
134134
1351351 . Install libfreenect2
136136
@@ -140,12 +140,14 @@ git clone https://github.com/OpenKinect/libfreenect2.git
140140
1411411 . Install a bunch of dependencies
142142
143- ```
143+ ``` bash
144144sudo apt-get install build-essential libjpeg-turbo8-dev libtool autoconf libudev-dev cmake mesa-common-dev freeglut3-dev libxrandr-dev doxygen libxi-dev libopencv-dev automake
145+ # sudo apt-get install libturbojpeg0-dev (Debian)
145146
146147cd libfreenect2/depends
147148sh install_ubuntu.sh
148- sudo dpkg -i libglfw3*_3.0.4-1_*.deb
149+ sudo dpkg -i libglfw3* _3.0.4-1_* .deb # Ubuntu 14.04 only
150+ # sudo apt-get install libglfw3-dev (Debian/Ubuntu 14.10+:)
149151```
150152
1511531 . Build the actual protonect executable
You can’t perform that action at this time.
0 commit comments