From 09daf20b81cdae78772f07c0af22a571d7cc73eb Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Many of the ideas in FLTK were developed on a NeXT (but @@ -54,7 +54,7 @@ he integrated his table-driven menus into it. Several very large programs were created using this version of Forms.
The need to switch to OpenGL and GLX, portability, and a -desire to use C++ subclassing required a rewrite of Forms. +desire to use C++ subclassing required a rewrite of Forms. This produced the first version of FLTK. The conversion to C++ required so many changes it made it impossible to recompile any Forms objects. Since it was incompatible anyway, Bill decided @@ -106,7 +106,7 @@ is now included with several Linux distributions.
WIN32 version - only about 10% of the code is different. -FLTK uses GNU autoconf to configure itself for your UNIX platform. The main things that the configure script will look -for are the X11 and OpenGL (or Mesa) header and library files. +for are the X11 and OpenGL (or Mesa) header and library files. If these cannot be found in the standard include/library locations you'll need to define the CFLAGS, CXXFLAGS, and LDFLAGS environment variables. @@ -231,13 +231,13 @@ tool, and all of the test programs.
To install the library, become root and type "make install". This will copy the "fluid" executable -to "bindir", the header files to +to "bindir", the header files to "includedir", and the library files to "libdir".
There are three ways to build FLTK under Microsoft Windows. +
There are three ways to build FLTK under Microsoft Windows. The first is to use the Visual C++ 5.0 project files under the "visualc" directory. Just open (or double-click on) the "fltk.dsw" file to get the whole shebang.
@@ -286,7 +286,7 @@ EMX 0.9d and libExt (from posix2.sourceforge.net) is installed. -To build the XFree86 version of FLTK for OS/2, copy the appropriate +
To build the XFree86 version of FLTK for OS/2, copy the appropriate makeinclude and config files to the main directory and do a make:
@@ -320,9 +320,9 @@ interface, so XFree86 will no longer be required.
To join the FLTK mailing list, send a message to +
To join the FLTK mailing list, send a message to "majordomo@fltk.org" with "subscribe fltk" in the message body. A digest of this list is available by subscribing to the "fltk-digest" mailing list.
@@ -351,7 +351,7 @@ any kind of help without that basic information.Bugs can also be reported to the "fltk.bugs" newsgroup or on the SourceForge bug tracker pages.
-For general support and questions, please use the FLTK mailing list +
For general support and questions, please use the FLTK mailing list at "fltk@fltk.org" or one of the newsgroups.