Skip to content

Commit 6c8ceed

Browse files
authored
docs: Update TurboJPEG instructions on Ubuntu
turbojpeg.h, libturbojpeg.{a,so} are moved from libjpeg-turbo8-dev in xenial to libturbojpeg0-dev in artful. Fix OpenKinect#984.
1 parent 30e222c commit 6c8ceed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ Note: Ubuntu 12.04 is too old to support. Debian jessie may also be too old, and
211211
1. (Ubuntu 14.04 only) `sudo dpkg -i debs/libusb*deb`
212212
2. (Other) `sudo apt-get install libusb-1.0-0-dev`
213213
* Install TurboJPEG
214-
1. (Ubuntu 14.04 and newer) `sudo apt-get install libturbojpeg libjpeg-turbo8-dev`
215-
2. (Debian) `sudo apt-get install libturbojpeg0-dev`
214+
1. (Ubuntu 14.04 to 16.04) `sudo apt-get install libturbojpeg libjpeg-turbo8-dev`
215+
2. (Debian/Ubuntu 17.10 and newer) `sudo apt-get install libturbojpeg0-dev`
216216
* Install OpenGL
217217
1. (Ubuntu 14.04 only) `sudo dpkg -i debs/libglfw3*deb; sudo apt-get install -f`
218218
2. (Odroid XU4) OpenGL 3.1 is not supported on this platform. Use `cmake -DENABLE_OPENGL=OFF` later.

0 commit comments

Comments
 (0)