From c2d41e70be9eeec27b226f8e614c1cafd75df271 Mon Sep 17 00:00:00 2001
From: aarne
-To install a binary, just uncompress it and copy to a place that is on your path,
-for instance, in /usr/local/bin. You may want to rename it to gf.
+The Windows package is installed by just unpacking it anywhere. It finds the libraries
+relative to the .exe file.
-If you want to use GF as a batch compiler, put the following script in the
-same place as the GF binary. If it is not /usr/local/bin, change
-the prefix variable in the script.
+To install a binary package for Linux and Mac OS X:
tar -xfz
+cd to the created directory
+./configure
+make install
+The Mac OS X binary (Intel) requires Readline from Mac Ports. To install, see above item.
-The Windows binary is easiest if you have -Cygwin. To install, see above item. -
-To compile and install from source:
@@ -66,7 +58,7 @@ To compile and install from source:
make install
-To install the libraries, unpack them in the place to which your
+To install the libraries (if done separately), unpack them in the place to which your
GF_LIB_PATH points.
@@ -80,7 +72,12 @@ If this variable hasn't been defined, it is useful define it, e.g.
export GF_LIB_PATH=/usr/local/lib/gf/
+