From 3e32b4dfe595e4d00aa9b2cabc1e9b9a78f1649c Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Thu, 5 Feb 2015 17:02:39 -0700 Subject: misc: Add warning about recent Ubuntu 14.10 issue --- BUILD.md | 8 +++++++- README.md | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 21cb0307..1604d6aa 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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 diff --git a/README.md b/README.md index a2e544d8..72ba9840 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3