diff options
author | Johannes Hofmann <johannes.hofmann@gmx.de> | 2005-06-17 17:44:01 +0000 |
---|---|---|
committer | Johannes Hofmann <johannes.hofmann@gmx.de> | 2005-06-17 17:44:01 +0000 |
commit | fd7045e82ef9dc35b99a49d6d4665090ad2e6865 (patch) | |
tree | d8dda3f9c557f189ce55783725817501416693df /README | |
parent | 502f734db740b564e439ec32d2b9a8fbf3c7c49b (diff) |
update for 0.3.5 release.
update for 0.3.5 release.
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -41,7 +41,7 @@ Building: - flpsed only works on X11-based systems. - You need to have ghostscript installed. - You need to have fltk-1.1.x from www.fltk.org installed. -- Unpack the tarball and type "make". +- Unpack the tarball and type "./configire", "make", and "make install". @@ -82,11 +82,10 @@ 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. - - +under OS X. This is can be done by calling +"CPPFLAGS=-U__APPLE__; export CPPFLAGS" before running "./configure". Johannes Hofmann (Johannes.Hofmann@gmx.de) -January 28, 2005 +June 17, 2005 |