From 49a3fabed8a8b6993efb2616c56e362bf3518ac8 Mon Sep 17 00:00:00 2001
From: Brian Paul
-To build Mesa 7.1 with DRI-based hardware acceleration you must first have
-the DRM version 2.3.1.
+The following are required for DRI-based hardware acceleration with Mesa 7.3:
-You should also be using the Xorg server version 1.4 or 1.5.
+
-
diff --git a/docs/install.html b/docs/install.html
index 16ef013688a..2d72506f67d 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -1,58 +1,72 @@
-Compilation and Installation
+Compiling and Installing
-
+
1. Unix/X11 Compilation and Installation
-
1.1 Prerequisites for DRI and Hardware Acceleration
+
+1.1 Prerequisites for DRI and hardware acceleration
Mesa may be built using autoconf. This should work well on most GNU-based systems. -When that fails, the traditional Mesa build system is available. +If that fails the traditional Mesa build system is available. -
The traditional Mesa build system is based on a collection of pre-defined system configurations.
-To see the list of configurations, type make alone.
-Then choose a configuration from the list and type make configname.
+To see the list of configurations, just type make
.
+Then choose a configuration from the list and type make
+configname.
@@ -66,7 +80,7 @@ allow you to run OpenGL/GLX applications on any X server (regardless of whether it supports the GLX X server extension). You will not be able to use hardware 3D acceleration.
-To compile stand-alone Mesa type make in the top-level directory.
+To compile stand-alone Mesa type make
in the top-level directory.
You'll see a list of supported system configurations.
Choose one from the list (such as linux-x86), and type:
@@ -169,6 +184,7 @@ If you built the DRI hardware drivers, you'll also see the DRI drivers:
+
@@ -244,6 +260,7 @@ Retrace your steps if this doesn't look right.
@@ -284,7 +301,8 @@ This is a handy way to compare multiple OpenGL implementations.
Running
-Please see the README.VMS file.
-
Documentation for other environments (some may be very out of date):
1.5 Running the demos
1.6 Installing the header and library files
1.7 Building OpenGL Programs With pkg-config
+
+1.7 Building OpenGL programs with pkg-config
make install
will install package configuration files
@@ -314,25 +332,15 @@ Please see the README.WIN32 file.
-
-
-3. VMS Compilation and Installation
-
-
4. Other systems
+
3. Other systems
+