diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-05 17:02:39 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-05 17:03:58 -0700 |
| commit | 3e32b4dfe595e4d00aa9b2cabc1e9b9a78f1649c (patch) | |
| tree | a3dd4f224bc361f782671213eaf12f0e00501a22 | |
| parent | 4a124771dee5a1b1d133588c6a524cd68bfd9ccb (diff) | |
| download | usermoji-3e32b4dfe595e4d00aa9b2cabc1e9b9a78f1649c.tar.xz | |
misc: Add warning about recent Ubuntu 14.10 issue
| -rw-r--r-- | BUILD.md | 8 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -4,12 +4,18 @@ Support for Windows is for the loader and layers (additional info below). Addit Support for Android is TBD. ##Linux System Requirements -Ubuntu 14.04 LTS, (Ubuntu 14.10 needed for DRI 3 demos) +Ubuntu 14.10 needed for DRI 3 ``` sudo apt-get install git subversion cmake libgl1-mesa-dev freeglut3-dev libglm-dev libpng12-dev libmagickwand-dev qt5-default sudo apt-get build-dep mesa ``` +Warning: Recent versions of 14.10 have **REMOVED** DRI 3. +Version: 2:2.99.914-1~exp1ubuntu4.1 is known to work. +To see status of this package: +``` +dpkg -s xserver-xorg-video-intel +``` ##Linux Build @@ -39,6 +39,8 @@ The following components are available: APIDump layer is working with these new API elements.
Glave can trace and replay the cube and tri demos.
Other layers in progress.
+- Warning: Recent versions of 14.10 have **REMOVED** DRI 3.
+ Version: 2:2.99.914-1~exp1ubuntu4.1 is known to work.
## Prior updates
|
