diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2007-12-23 16:38:18 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2007-12-23 16:38:18 -0800 |
commit | 4c5a2b3af214e7a0ec0742b17beb1e719552ecae (patch) | |
tree | 15bf4c08bb399130280e26017c874427661cebda /docs/install.html | |
parent | f116634933cf19fe2a52a3be4e106be643cb1d0b (diff) |
autoconf: Documentation for using the autoconf'd build
Most of the options available from configure are documented on the
autoconf.html. This page is reached as an alternative provided on the
install.html page. An FAQ about why there is no configure script has
been removed.
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 4cd0d4c9d..10688d8ca 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 |