From f8d4738a436c32c7c71e975b2dfd5559f9ebc73a Mon Sep 17 00:00:00 2001
From: aarne
-GF 3.0 beta Linux binary (Intel, Ubuntu) -
-
-GF 3.0 beta MacOS X binary (Intel Mac with Leopard)
+To install a binary, just uncompress it and copy to a place that is on your path,
+for instance, in /usr/local/bin.
-GF 3.0 beta Windows binary
+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.
-GF 3.0 beta sources +The Mac OS X binary (Intel) requires Readline from +Mac Ports. To install, see above item.
-GF libraries v 1.4 (compiled resource grammar libraries) +The Windows binary is easiest if you have +Cygwin. To install, see above item.
-To compile and install from source:
@@ -45,27 +64,20 @@ To compile and install from source: make install
-To install a binary,
+To install the libraries, unpack them in the place to which your
+GF_LIB_PATH points.
- tar xvfz BINARY-PACKAGE.tgz - cd GF-... - ./configure - make install + cd $GF_LIB_PATH + gtar xvfz gf-lib-1.4.tgz
-You may need sudo make install.
-If you cannot write in /usr/local/, you can change the target directory
-by ./configure --prefix=MYDIR.
-
-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. +If this variable hasn't been defined, it is useful define it, e.g.
++ export GF_LIB_PATH=/usr/local/lib/gf/ ++ -- cgit v1.2.3