diff options
| author | Bill Spitzak <spitzak@gmail.com> | 2000-08-19 19:03:46 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 2000-08-19 19:03:46 +0000 |
| commit | 23689de7fbe7ba72107424d439d69cf1e2ec34f1 (patch) | |
| tree | 3ecf2c1eaebff089671c0bf964576a3309ee5011 /documentation/intro.html | |
| parent | a10d8f201a2362abace2c1eefca0531ef4bfc5ea (diff) | |
Changes & additions for OS/2 from Alexander Mai
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1290 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/intro.html')
| -rw-r--r-- | documentation/intro.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/intro.html b/documentation/intro.html index 6341504d6..2b7fe2b4d 100644 --- a/documentation/intro.html +++ b/documentation/intro.html @@ -176,18 +176,28 @@ is generated with the same version compiler that you built it with. <P>When compiling an application or DLL that uses the FLTK DLL, you will need to define the <tt>FL_DLL</tt> preprocessor symbol to get the correct linkage commands embedded within the FLTK header files. + <H2>Building FLTK Under OS/2</H2> + 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>The current set of Makefiles/configuration failes assumes that +EMX 0.9d and libExt +(from <A HREF="http://posix2.sourceforge.net">posix2.sourceforge.net</A>) +is installed. + <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> copy makefiles\Makefile.os2x Makefile make </PRE> </UL> + <H2>Internet Resources</H2> FLTK is available on the 'net in a bunch of locations: <DL> |
