summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-04-10 16:26:33 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-04-10 16:26:33 +0000
commit126def88002caac40898969cd54445595c0f0b3d (patch)
tree68d8581b7fe408477d68178bdf472c9394ad8172 /README
parent06a23813f86e47144b7075852a6f4c299996ce9f (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 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index d4f9482b9..f45fb5c01 100644
--- a/README
+++ b/README
@@ -52,9 +52,13 @@ BUILDING AND INSTALLING FLTK UNDER UNIX AND MacOS X
You can run configure yourself to get the exact setup you
need. Type "./configure <options>". Options include:
+ --enable-cygwin - Enable the Cygwin libraries (WIN32)
--enable-debug - Enable debugging code & symbols
--disable-gl - Disable OpenGL support
--enable-shared - Enable generation of shared libraries
+ --enable-threads - Enable multithreading support
+ --enable-xdbe - Enable the X double-buffer extension
+ --enable-xft - Enable the Xft library (anti-aliased fonts)
--bindir=/path - Set the location for executables
[default = /usr/local/bin]