Author: matt
Date: 2010-03-03 10:56:52 -0800 (Wed, 03 Mar 2010)
New Revision: 7207
Log:
/silly attempt to wrote FLTK code with my iPhone while waiting in the bus. 
Silly me ;-) 
 --iVersion iPhone Client ***

Modified:
   branches/branch-1.3/README

Modified: branches/branch-1.3/README
===================================================================
--- branches/branch-1.3/README  2010-03-03 18:14:20 UTC (rev 7206)
+++ branches/branch-1.3/README  2010-03-03 18:56:52 UTC (rev 7207)
@@ -54,21 +54,21 @@
     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)
+--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
+--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 @@
     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 @@
     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: [email protected] [see instructions below]
+- EMail: [email protected] [see instructions below]
 
     To send a message to the FLTK mailing list ("[email protected]")
     you must first join the list.  Non-member submissions are
@@ -158,7 +158,7 @@
     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

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to