Skip to content

Commit a01c4a6

Browse files
authored
docs: Update Ubuntu 14.04 OpenGL instructions
`apt-get install libgl1-mesa-dri-lts-vivid` creates more confusion than its benefit. Remove it.
1 parent 2d5cfcf commit a01c4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Note: Ubuntu 12.04 is too old to support. Debian jessie may also be too old, and
212212
1. (Ubuntu 14.04 and newer) `sudo apt-get install libturbojpeg libjpeg-turbo8-dev`
213213
2. (Debian) `sudo apt-get install libturbojpeg0-dev`
214214
* Install OpenGL
215-
1. (Ubuntu 14.04 only) `sudo dpkg -i debs/libglfw3*deb; sudo apt-get install -f; sudo apt-get install libgl1-mesa-dri-lts-vivid` (If the last command conflicts with other packages, don't do it.)
215+
1. (Ubuntu 14.04 only) `sudo dpkg -i debs/libglfw3*deb; sudo apt-get install -f`
216216
2. (Odroid XU4) OpenGL 3.1 is not supported on this platform. Use `cmake -DENABLE_OPENGL=OFF` later.
217217
3. (Other) `sudo apt-get install libglfw3-dev`
218218
* Install OpenCL (optional)

0 commit comments

Comments
 (0)