summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-04-25 13:34:43 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-04-25 13:34:43 +0000
commitd3afe9c10a216843c5ad01be1c373251464c85c0 (patch)
treef1e6fe8ae2282305bf1f358c62bb7004aa3549d8 /README
parent804317fd5e83e846507e975179db01f1ac70eca5 (diff)
Don't use GCC c++ or g++ compiler to build programs, use gcc instead.
Some more anti-warning stuff... Added --disable-gl option to disable OpenGL support + check. Added code to stop the configuration if X11 could not be found. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1441 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 9ddc6e3eb..6a77c026d 100644
--- a/README
+++ b/README
@@ -53,6 +53,7 @@ BUILDING AND INSTALLING FLTK UNDER UNIX
need. Type "./configure <options>". Options include:
--enable-debug - Enable debugging code & symbols
+ --disable-gl - Disable OpenGL support
--enable-shared - Enable generation of shared libraries
--bindir=/path - Set the location for executables