summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-11-05 16:04:53 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-11-05 16:04:53 +0000
commit80b1529ef4d69d9e34a48a419a018d7f4d64054b (patch)
tree7c743dc2f7f17654f1535314f6b0e6c5eadfc21b /README
parent60399e3945dcfe9a2bb9f00f794d9e8634dd6bd9 (diff)
Multiple patches from Bill:
- Double-buffered window fixes. - Tabs fixes. - X/WIN32 fixes. - Fl_Input fixes. - Support for vsnprintf and friends. - Support for printf-style arguments in utility functions. git-svn-id: file:///fltk/svn/fltk/trunk@52 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'README')
-rw-r--r--README32
1 files changed, 9 insertions, 23 deletions
diff --git a/README b/README
index d6eff6db5..f761434a0 100644
--- a/README
+++ b/README
@@ -98,32 +98,18 @@ WHAT DOES "FLTK" MEAN?
BUILDING AND INSTALLING FLTK UNDER UNIX
- FLTK uses GNU autoconf to configure itself for your UNIX platform.
- If you aren't using UNIX then you'll need to configure things
- differently. See below for other operating system configurations.
-
- Before you configure FLTK you'll want to make sure your environment
- is setup properly. Some variables of note are:
-
- CC - C compiler to use
- CFLAGS - C compiler options
-
- CXX - C++ compiler to use
- CXXFLAGS - C++ compiler options
-
- LDFLAGS - Linker options
- LIBS - Linker libraries
+ In most cases you can just type "make". This will run configure
+ with the default of no options and then compile everything.
+ FLTK uses GNU autoconf to configure itself for your UNIX platform.
The main things that the configure script will look for are the
X11, OpenGL (or Mesa), and JPEG header and library files. Make
- sure that they are in the standard include/library locations, and
- if not define one or more of the environment variables listed
- above.
-
- Once you have everything ready you can run the "configure" script
- located in this directory. The "--enable-windows-style" option to
- configure will make the FLTK widgets look more like their Microsoft
- Windows counterparts. Other options include:
+ sure that they are in the standard include/library locations.
+
+ You can run configure yourself to get the exact setup you need.
+ Type "./configure <options>". The "--enable-windows-style" option
+ will make the FLTK widgets look more like their Microsoft Windows
+ counterparts. Other options include:
--enable-debug - Enable debugging code & symbols
--enable-shared - Enable generation of shared libraries