Browse Source

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
branch-1.0
Michael R Sweet 27 years ago
parent
commit
3b5208b4b5
  1. 7
      README
  2. 11
      documentation/intro.html
  3. 4
      documentation/preface.html

7
README

@ -82,8 +82,7 @@ BUILDING FLTK UNDER MICROSOFT WINDOWS @@ -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 @@ -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

11
documentation/intro.html

@ -167,27 +167,24 @@ simply copy the appropriate makeinclude and config files to the main @@ -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.&lt;env&gt; makeinclude
cp makefiles/config.&lt;env&gt; config.h
copy makefiles\Makefile.&lt;env&gt; 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>

4
documentation/preface.html

@ -1,6 +1,6 @@ @@ -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>

Loading…
Cancel
Save