diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-10 16:26:33 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-10 16:26:33 +0000 |
| commit | 126def88002caac40898969cd54445595c0f0b3d (patch) | |
| tree | 68d8581b7fe408477d68178bdf472c9394ad8172 /documentation/intro.html | |
| parent | 06a23813f86e47144b7075852a6f4c299996ce9f (diff) | |
Update docos for all configure options.
Bump version numbers to 1.1.0b13.
Need to include <config.h> (via "flstring.h") in src/Fl.cxx to
get Fl_Window::hide() to call fl_destroy_xft_draw()...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2066 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/intro.html')
| -rw-r--r-- | documentation/intro.html | 15 |
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 & 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> |
