summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/intro.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/intro.html b/documentation/intro.html
index 2b30a56ad..26c096ba3 100644
--- a/documentation/intro.html
+++ b/documentation/intro.html
@@ -198,12 +198,27 @@ options are:</P>
<DL>
+ <DT>--enable-cygwin</DT>
+ <DD>Enable the Cygwin libraries under WIN32</DD>
+
<DT>--enable-debug</DT>
<DD>Enable debugging code &amp; symbols</DD>
+ <DT>--disable-gl</DT>
+ <DD>Disable OpenGL support</DD>
+
<DT>--enable-shared</DT>
<DD>Enable generation of shared libraries</DD>
+ <DT>--enable-threads</DT>
+ <DD>Enable multithreading support</DD>
+
+ <DT>--enable-xdbe</DT>
+ <DD>Enable the X double-buffer extension</DD>
+
+ <DT>--enable-xft</DT>
+ <DD>Enable the Xft library for anti-aliased fonts under X11</DD>
+
<DT>--bindir=/path</DT>
<DD>Set the location for executables [default = $prefix/bin]</DD>