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:
parent
d88ee51b20
commit
3b5208b4b5
7
README
7
README
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
@ -167,27 +167,24 @@ 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.<env> makeinclude
|
copy makefiles\Makefile.<env> Makefile
|
||||||
cp makefiles/config.<env> config.h
|
|
||||||
make
|
make
|
||||||
</PRE>
|
</PRE>
|
||||||
</UL>
|
</UL>
|
||||||
<H2>Building FLTK Under OS/2</H2>
|
<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
|
Presentation Manager version has not been implemented yet (volunteers
|
||||||
are welcome!).
|
are welcome!).
|
||||||
<P>To build the XFree86 version of FLTK for OS/2, copy the appropriate
|
<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>
|
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>
|
||||||
<H2>Internet Resources</H2>
|
<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>
|
<DL>
|
||||||
<DT>WWW</DT>
|
<DT>WWW</DT>
|
||||||
<DD><A href=http://fltk.easysw.com>http://fltk.easysw.com</A></DD>
|
<DD><A href=http://fltk.easysw.com>http://fltk.easysw.com</A></DD>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user