forked from GitHub/gf-core
Added ReleaseProcedure. Added configureation and makefiles for binary packages. Configure now lets you specify which javac and jar to use.
This commit is contained in:
16
src/INSTALL.binary
Normal file
16
src/INSTALL.binary
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user