diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 1999-12-14 07:15:38 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 1999-12-14 07:15:38 +0000 |
commit | cee556daead758aa2d25f4105fd0ea4221d4ca4e (patch) | |
tree | 2a7babaa1239cd92d4b2c8fa8511c4bb01d74761 | |
parent | 313f225a2e0068721d94e8b3554b0f2125339230 (diff) |
updates for 3.1 final release
-rw-r--r-- | docs/README.X11 | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/docs/README.X11 b/docs/README.X11 index 7157b703ab..9aa5effc22 100644 --- a/docs/README.X11 +++ b/docs/README.X11 @@ -1,28 +1,34 @@ - Mesa 3.0 Unix/X11 Information + Mesa 3.1 Unix/X11 Information Installation ============ -To compile the library, first type 'make' alone to see the list of system -configurations currently supported. If you see your configuration on the -list, type 'make <config>'. Most popular Unix/X workstations are currently -supported. +There are two ways to compile Mesa on Unix/X11 systems: + +1. The old way: + First type 'make' alone to see the list of system + configurations currently supported. If you see your configuration on the + list, type 'make <config>'. Most popular Unix/X workstations are currently + supported. + + If your system configuration is not listed by 'make', you'll have to modify + the top-level Makefile and Make-config files. There are instructions in + each file. + + +2. The new way: + Type './configure' and then 'make'. This uses GNU autoconfig. + The top-level makefile will execute the makefiles in a number of sub- -directories. When finished, the Mesa libraries will be in the Mesa-2.6/lib/ +directories. When finished, the Mesa libraries will be in the Mesa-3.1/lib/ directory. A few GLUT demos in the demos/ directory should be ready to run. If you also downloaded and unpacked the demos there should be executables in the "xdemos/", "samples/", and "book/" directories for you to try out. -If you only want to compile the contents of one subdirectory you can 'cd' -to that directory and type 'make <config>' there. - -If your system configuration is not listed by 'make', you'll have to modify -the top-level Makefile and Make-config files. There are instructions in -each file. If you have compilation problems you should try to fix them and return the patches to the author. @@ -301,4 +307,4 @@ Summary of X-related environment variables: ---------------------------------------------------------------------- -$Id: README.X11,v 3.3 1999/09/15 16:39:01 brianp Exp $ +$Id: README.X11,v 3.3.2.1 1999/12/14 07:15:38 brianp Exp $ |