diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2007-12-28 15:14:32 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2007-12-28 15:14:32 -0800 |
commit | aecec3aced1375a8e15f88e13a5dfc97f2814ba4 (patch) | |
tree | e6c7facaa097adf2befa128c7110908f33e251c9 /docs/install.html | |
parent | aac2d99dc316c069faa46dd43ff034155754c6b3 (diff) | |
parent | 2b440d54617bf0020171ce765708e7a9b48f2185 (diff) |
Merge branch 'autoconf2'
Diffstat (limited to 'docs/install.html')
-rw-r--r-- | docs/install.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/install.html b/docs/install.html index 4cd0d4c9dc..10688d8ca8 100644 --- a/docs/install.html +++ b/docs/install.html @@ -24,7 +24,13 @@ <h3>1.1 Compilation</h3> <p> -Mesa may be compiled in several different ways: +Mesa is built by reading Makefile stubs from the configs directory. +There are configurations for many Unix variants and different Mesa +options. Type <b>make</b> from the top-level directory to see a list of +supported system configurations. Alternatively, an autoconf system can +be used to create a Makefile stub for your system. See the <a +href="autoconf.html">autoconf instructions</a> for more details. Mesa +may be compiled in several ways using the predefined configurations: </p> <ul> <li><b><em>Stand-alone/Xlib mode</em></b> - Mesa will be compiled as |