diff options
author | Brian Paul <brianp@vmware.com> | 2010-08-05 14:20:18 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-08-05 14:20:18 -0600 |
commit | 1ea0a82f613c8bb1e354a00dcb84c525f3bc6288 (patch) | |
tree | 977b11f7ee29e48f33bd631589d441b35e0fb4a6 /index.html | |
parent | 1697ebd1d529fa747f4c42bbdf09463071cb2d08 (diff) |
updated docs with prerequisites such as glew 1.5.4 or later
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -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> |