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
This commit is contained in:
Michael R Sweet 1999-02-18 14:11:45 +00:00
parent d88ee51b20
commit 3b5208b4b5
3 changed files with 8 additions and 14 deletions

7
README
View File

@ -82,8 +82,7 @@ BUILDING FLTK UNDER MICROSOFT WINDOWS
tools simply copy the appropriate makeinclude and config files to tools simply copy the appropriate makeinclude and config files to
the main directory and do a make: the main directory and do a make:
cp makefiles/makeinclude.<env> makeinclude copy makefiles\Makefile.<env> Makefile
cp makefiles/config.<env> config.h
make make
@ -96,9 +95,7 @@ BUILDING FLTK UNDER OS/2
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: makeinclude and config files to the main directory and do a make:
cp makefiles/Makefile.os2x Makefile copy makefiles\Makefile.os2x Makefile
cp makefiles/makeinclude.os2x makeinclude
cp makefiles/config.os2x config.h
make make

View File

@ -167,8 +167,7 @@ simply copy the appropriate makeinclude and config files to the main
directory and do a make: </P> directory and do a make: </P>
<UL> <UL>
<PRE> <PRE>
cp makefiles/makeinclude.&lt;env&gt; makeinclude copy makefiles\Makefile.&lt;env&gt; Makefile
cp makefiles/config.&lt;env&gt; config.h
make make
</PRE> </PRE>
</UL> </UL>
@ -180,9 +179,7 @@ are welcome!).
makeinclude and config files to the main directory and do a make: </P> makeinclude and config files to the main directory and do a make: </P>
<UL> <UL>
<PRE> <PRE>
cp makefiles/Makefile.os2x Makefile copy makefiles\Makefile.os2x Makefile
cp makefiles/makeinclude.os2x makeinclude
cp makefiles/config.os2x config.h
make make
</PRE> </PRE>
</UL> </UL>

View File

@ -1,6 +1,6 @@
<HTML> <HTML>
<HEAD><META CONTENT="Written by Michael Sweet and Bill Spitzak" NAME=Author><META CONTENT="Copyright 1998-1999 by Bill Spitzak and Others." <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 3" NAME=DocNumber> NAME=Copyright><META CONTENT="Revision 4" NAME=DocNumber>
<TITLE>FLTK 1.0 Programming Manual</TITLE> <TITLE>FLTK 1.0 Programming Manual</TITLE>
</HEAD> </HEAD>
<BODY> <BODY>