Changeset 10741
- Timestamp:
- 2005-10-20T14:10:11+13:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl3/README.txt
r10715 r10741 6 6 You will need Java and Ant to run Greenstone 3. 7 7 8 Your Java version should be 1.4 or higher. We recommend Sun Java. If you are installing Greenstone from a binary distribution, you will only need the JRE (Runtime environment). If you are installing Greenstone from CVS, you will need the SDK (Development environment). 9 Set the environment variable JAVA_HOME to be the root of your Java installation. 8 Your Java version should be 1.4 or higher. We recommend Sun Java. You need the SDK (development environment). Set the environment variable JAVA_HOME to be the root of your Java installation. 10 9 11 10 Ant (Apache's Java based build tool) can be downloaded from http://ant.apache.org/bindownload.cgi. Set the environment variable ANT_HOME to be the root of your Ant installation, and make sure the Ant executables are on your PATH. You may have problems with earlier versions. This has been tested with version 1.6.2 … … 14 13 Running 'ant -projecthelp' gives a list of the targets that you can run - these 15 14 do various things like compile the source code, start up the server etc. 15 16 On Linux mysql seems to have trouble with spaces in paths, so it's best to install Greenstone into a path with no spaces. 16 17 17 18 Installing Greenstone from a binary distribution:
Note:
See TracChangeset
for help on using the changeset viewer.