Demos (master): updated docs with prerequisites such as glew 1.5.4 or later

Brian Paul brianp at kemper.freedesktop.org
Thu Aug 5 20:20:38 UTC 2010


Module: Demos
Branch: master
Commit: 1ea0a82f613c8bb1e354a00dcb84c525f3bc6288
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=1ea0a82f613c8bb1e354a00dcb84c525f3bc6288

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Aug  5 14:20:18 2010 -0600

updated docs with prerequisites such as glew 1.5.4 or later

---

 index.html |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/index.html b/index.html
index 1862eac..2682711 100644
--- a/index.html
+++ b/index.html
@@ -54,18 +54,26 @@ The Mesa demos can be built with autoconf or
 <a href="http://www.scons.org/">SCons</a>.
 </p>
 
-<H2>Autoconf</H2>
+
+<h2>Prerequisites</h2>
+
+<p>
+You'll need <a href="http://glew.sourceforge.net/">glew</a> version 1.5.4
+or later and glut or freeglut (runtime libraries and header files).
+</p>
 
 <p>
-First, you may need to install the GLEW and GLUT library and header files for
-your distro.
-For example, if you're using an RPM-based Linux distro:
+If you're using an RPM-based Linux distro you can install these items with:
 </p>
 <pre>
   yum install glew glew-devel
   yum install freeglut freeglut-devel
 </pre>
 
+
+
+<H2>Autoconf</H2>
+
 <p>
 Run <b>./configure --help</b> to see the options available for building
 the demos.
@@ -80,8 +88,6 @@ Otherwise, just run <b>./configure ; make</b> to build the demos.
 <H2>SCons</H2>
 
 <p>
-As with autoconf, you may need to install GLEW and GLUT before building.
-</p>
 Just run <b>cons</b> to build with SCons.
 </p>
 <p>




More information about the mesa-commit mailing list