diff options
Diffstat (limited to 'documentation/intro.html')
| -rw-r--r-- | documentation/intro.html | 11 |
1 files changed, 4 insertions, 7 deletions
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: </P> <UL> <PRE> -cp makefiles/makeinclude.<env> makeinclude -cp makefiles/config.<env> config.h +copy makefiles\Makefile.<env> 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> |
