diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-02-18 14:11:45 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-02-18 14:11:45 +0000 |
| commit | 3b5208b4b56e586a0cf2fe561a2cded6d1059e3e (patch) | |
| tree | 7511bb0954a37a0d79da88ad3bd44cf5a88623b8 /documentation | |
| parent | d88ee51b2013b78eaaeac177908eb5052999be51 (diff) | |
Updated documentation for OS/2, Cygnus, and MingW32 instructions.
Added Craig P. Earls to author list on FLTK Programming Manual.
git-svn-id: file:///fltk/svn/fltk/trunk@291 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/intro.html | 11 | ||||
| -rw-r--r-- | documentation/preface.html | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/documentation/intro.html b/documentation/intro.html index a978883b1..b088b3707 100644 --- a/documentation/intro.html +++ b/documentation/intro.html @@ -167,27 +167,24 @@ simply copy the appropriate makeinclude and config files to the main directory and do a make: </P> <UL> <PRE> -cp makefiles/makeinclude.<env> makeinclude -cp makefiles/config.<env> config.h +copy makefiles\Makefile.<env> Makefile make </PRE> </UL> <H2>Building FLTK Under OS/2</H2> - The current OS/2 build requires XFree86 for OS/2 to work. A native +The current OS/2 build requires XFree86 for OS/2 to work. A native Presentation Manager version has not been implemented yet (volunteers are welcome!). <P>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: </P> <UL> <PRE> -cp makefiles/Makefile.os2x Makefile -cp makefiles/makeinclude.os2x makeinclude -cp makefiles/config.os2x config.h +copy makefiles\Makefile.os2x Makefile make </PRE> </UL> <H2>Internet Resources</H2> - FLTK is available on the 'net in a bunch of locations: +FLTK is available on the 'net in a bunch of locations: <DL> <DT>WWW</DT> <DD><A href=http://fltk.easysw.com>http://fltk.easysw.com</A></DD> diff --git a/documentation/preface.html b/documentation/preface.html index 316c50229..c66908ef4 100644 --- a/documentation/preface.html +++ b/documentation/preface.html @@ -1,6 +1,6 @@ <HTML> -<HEAD><META CONTENT="Written by Michael Sweet and Bill Spitzak" NAME=Author><META CONTENT="Copyright 1998-1999 by Bill Spitzak and Others." -NAME=Copyright><META CONTENT="Revision 3" NAME=DocNumber> +<HEAD><META CONTENT="Written by Michael Sweet, Craig P. Earls, and Bill Spitzak" NAME=Author><META CONTENT="Copyright 1998-1999 by Bill Spitzak and Others." +NAME=Copyright><META CONTENT="Revision 4" NAME=DocNumber> <TITLE>FLTK 1.0 Programming Manual</TITLE> </HEAD> <BODY> |
