Skip to content

Commit 2a2dafe

Browse files
committed
Docs: update Linux instructions
1 parent d7d3d82 commit 2a2dafe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

135135
1. Install libfreenect2
136136

@@ -140,12 +140,14 @@ git clone https://github.com/OpenKinect/libfreenect2.git
140140

141141
1. Install a bunch of dependencies
142142

143-
```
143+
```bash
144144
sudo 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

146147
cd libfreenect2/depends
147148
sh 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

151153
1. Build the actual protonect executable

0 commit comments

Comments
 (0)