From c1b3c6da0aa40774c74180e7175eb619aee01cfe Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 7 Apr 2005 16:19:51 +0000 Subject: OS X installation instructions by Michael Grossman. OS X installation instructions by Michael Grossman. --- README.OSX | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.OSX (limited to 'README.OSX') diff --git a/README.OSX b/README.OSX new file mode 100644 index 0000000..8047266 --- /dev/null +++ b/README.OSX @@ -0,0 +1,21 @@ + +To compile flpsed on Mac OS X Panther, first make sure you have Fink +installed. Make sure Fink is set up to install unstable packages. +(See the Fink Docs about this at the Fink website.) + +Then use Fink to install the following packages. + +Apple X11, xfree, or xorg + If you choose Apple X11, make sure you install X11-SDK which is + found on the Panther install disks. + +fltk-x11 +fltk-x11-shlibs +ghostscript + +DO NOT INSTALL the Fink package called fltk, as this appears to be for +building aqua fltk applications rather than X11 apps. + +You must unset the C-preprocessor macro __APPLE__ to get flpsed to compile +under OS X. This is done by adding -U__APPLE__ to the CFLAGS in the Makefile. + -- cgit v1.2.3