Author: spitzak
Date: 2010-04-15 09:35:00 -0700 (Thu, 15 Apr 2010)
New Revision: 7512
Log:
Some updates to Unix build instructions
Modified:
trunk/README
trunk/README.unix
Modified: trunk/README
===================================================================
--- trunk/README 2010-04-15 16:29:49 UTC (rev 7511)
+++ trunk/README 2010-04-15 16:35:00 UTC (rev 7512)
@@ -12,13 +12,13 @@
LICENSING
- FLTK comes with complete free source code. FLTK is (C)1998-2003 by
+ FLTK comes with complete free source code. FLTK is (C)1998-2010 by
Bill Spitzak and others. Use and distribution of FLTK is governed
by the FLTK LIBRARY LICENSE (which is the GNU Library General
Public License with an exception added that allows you to
distribute statically-linked programs using the library without
providing source code to the program or the library). You can use
- it in commercial software!
+ it in commercial and closed-source software!
ON-LINE DOCUMENTATION
@@ -86,9 +86,9 @@
COPYRIGHT
- FLTK is copyright (C) 1998-2003 by the following individuals:
+ FLTK is copyright (C) 1998-2010 by the following individuals:
- Bill Spitzak <[email protected]>
+ Bill Spitzak <[email protected]>
Craig P. Earls <[email protected]>
Curtis Edwards <[email protected]>
Gustavo Hime <[email protected]>
Modified: trunk/README.unix
===================================================================
--- trunk/README.unix 2010-04-15 16:29:49 UTC (rev 7511)
+++ trunk/README.unix 2010-04-15 16:35:00 UTC (rev 7512)
@@ -9,7 +9,9 @@
are the X11, OpenGL (or Mesa), and JPEG header and library files.
Make sure that they are in the standard include/library locations.
If they aren't you need to define the CFLAGS, CXXFLAGS, and LDFLAGS
- environment variables.
+ environment variables. Ubuntu users should make sure they install
+ the jpeg, png, and zlib "dev" packages to avoid fltk compiling it's
+ own copy of these.
If you aren't using the GNU compilers or a compiler / platform
supported by one of the build scripts, you will need to run
@@ -21,7 +23,7 @@
You can get the exact setup you need. Options that you can pass to
./configure include:
- --enable-xft - Enable the Xft library (anti-aliased fonts)
+ --disable-xft - Don't use Xft/XRender (anti-aliased fonts)
--enable-debug - Enable debugging code & symbols
--enable-shared - Enable generation of shared libraries
@@ -38,20 +40,5 @@
will copy the "fluid" executable to "bindir", the header files to
"includedir"/fltk, and the library files to "libdir".
-
-MESA
-
- On older Linux systems the best way to get OpenGL is to use Mesa.
- FLTK has been tested with Mesa on several machines (and also with
- "real" OpenGL on SGI machines).
-
- Mesa is available at "http://www.mesa3d.org".
-
- The configure script will not see Mesa unless it is installed as
- either libGL or libMesaGL. If you don't want to do this you will
- have to edit config.h (set HAVE_GL to 1) and makeinclude (add the
- libraries).
-
-
For crosscompiling see also README.mingw32_cross
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit