summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-02-18 14:11:45 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-02-18 14:11:45 +0000
commit3b5208b4b56e586a0cf2fe561a2cded6d1059e3e (patch)
tree7511bb0954a37a0d79da88ad3bd44cf5a88623b8 /README
parentd88ee51b2013b78eaaeac177908eb5052999be51 (diff)
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
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 2 insertions, 5 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.<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