diff options
| author | bringert <unknown> | 2004-06-23 13:09:56 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2004-06-23 13:09:56 +0000 |
| commit | f753d01a0b4771ad84649ebbdf7ad178b2308690 (patch) | |
| tree | ec9b155684d2d8d2aee4005a9f62dd3f0a3f4a0e /src/INSTALL.binary | |
| parent | 6802bcca2c9a1e7d3e079b308844ec6422a2af48 (diff) | |
Added ReleaseProcedure. Added configureation and makefiles for binary packages. Configure now lets you specify which javac and jar to use.
Diffstat (limited to 'src/INSTALL.binary')
| -rw-r--r-- | src/INSTALL.binary | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/INSTALL.binary b/src/INSTALL.binary new file mode 100644 index 000000000..94ef1676f --- /dev/null +++ b/src/INSTALL.binary @@ -0,0 +1,16 @@ +Installing a binary GF distribution: + +1. Untar the distribution file: + + $ gtar -zxf GF-2.0-[host].tar.gz + +2. If you don't want to install the files under /usr/local, + run configure with the right installation prefix: + + E.g. + + $ ./configure --prefix=/usr + +3. Install: + + $ make install |
