summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-07 16:34:24 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-07 16:34:24 +0000
commitb2b71fdf0e4ca56b8dc353e0df7f52d005acbae9 (patch)
tree9b27e09b226ca2ed0fd17cefac125089be55c21c /README
parentc1b3c6da0aa40774c74180e7175eb619aee01cfe (diff)
add OSX instructions to README
add OSX instructions to README
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 26 insertions, 0 deletions
diff --git a/README b/README
index 277c87f..256b8eb 100644
--- a/README
+++ b/README
@@ -60,6 +60,32 @@ You can now call flpsed in batch mode to set the actual values:
flpsed -b -t name="Hans Meier" -t street="Haupstr. 14" letter-templ.ps out.ps
+==================
+Mac OS X
+==================
+
+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.
+
+
+
Johannes Hofmann
(Johannes.Hofmann@gmx.de)