diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-03-03 20:18:48 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-03-03 20:18:48 +0000 |
| commit | 87a9ab5f946df735dff3eb99858d02a8ad6f4f10 (patch) | |
| tree | 2c4c9a8891f634d7b3c2c1e05597d0dbd512f036 | |
| parent | 4e412e92b9bcb140c569ca17a377b1c0cfb5fe3c (diff) | |
Repaired file submitted from iPhone. Ah well.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7208 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | README | 52 |
1 files changed, 26 insertions, 26 deletions
@@ -54,21 +54,21 @@ 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 + --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] ---libdir=/path - Set the location for libraries + --libdir=/path - Set the location for libraries [default = /usr/local/lib] ---includedir=/path - Set the location for include files. + --includedir=/path - Set the location for include files. [default = /usr/local/include] ---prefix=/dir - Set the directory prefix for files + --prefix=/dir - Set the directory prefix for files [default = /usr/local] When the configure script is done you can just run the @@ -98,8 +98,8 @@ BUILDING FLTK UNDER MICROSOFT WINDOWS makeinclude and config files to the main directory and do a make: -copy makefiles\Makefile.<env> Makefile -make + copy makefiles\Makefile.<env> Makefile + make BUILDING FLTK UNDER OS/2 @@ -113,25 +113,25 @@ BUILDING FLTK UNDER OS/2 directory and do a make: copy makefiles\Makefile.os2x Makefile -make + make INTERNET RESOURCES FLTK is available on the 'net in a bunch of locations: -- WWW: http://www.fltk.org/ - http://www.fltk.org/str.php [for reporting bugs] - http://www.fltk.org/software.php [source code] + - WWW: http://www.fltk.org/ + http://www.fltk.org/str.php [for reporting bugs] + http://www.fltk.org/software.php [source code] -- FTP: http://ftp.easysw.com/pub/fltk - ftp://ftp.easysw.com/pub/fltk - ftp://ftp2.easysw.com/pub/fltk - ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk - ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/fltk - ftp://gd.tuwien.ac.at/hci/fltk + - FTP: http://ftp.easysw.com/pub/fltk + ftp://ftp.easysw.com/pub/fltk + ftp://ftp2.easysw.com/pub/fltk + ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk + ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/fltk + ftp://gd.tuwien.ac.at/hci/fltk -- EMail: fltk@fltk.org [see instructions below] + - EMail: fltk@fltk.org [see instructions below] To send a message to the FLTK mailing list ("fltk@fltk.org") you must first join the list. Non-member submissions are @@ -158,7 +158,7 @@ TRADEMARKS Corporation. UNIX is a registered trademark of the X/Open Group, Inc. OpenGL is a registered trademark of Silicon Graphics, Inc. MacOS is a registered trademark of Apple - Computers, Inc. + Computers, Inc. COPYRIGHT |
