From 3b5208b4b56e586a0cf2fe561a2cded6d1059e3e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 18 Feb 1999 14:11:45 +0000 Subject: 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 --- README | 7 ++----- documentation/intro.html | 11 ++++------- documentation/preface.html | 4 ++-- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/README b/README index 7c45615a0..3ec22532c 100644 --- a/README +++ b/README @@ -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. makeinclude - cp makefiles/config. config.h + copy makefiles\Makefile. 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 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:

    -cp makefiles/makeinclude.<env> makeinclude
    -cp makefiles/config.<env> config.h
    +copy makefiles\Makefile.<env> Makefile
     make
     

Building FLTK Under OS/2

- 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!).

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
     

Internet Resources

- FLTK is available on the 'net in a bunch of locations: +FLTK is available on the 'net in a bunch of locations:
WWW
http://fltk.easysw.com
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 @@ - + FLTK 1.0 Programming Manual -- cgit v1.2.3