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

View File

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

View File

@ -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>