Changeset 35803


Ignore:
Timestamp:
2021-12-13T12:54:47+13:00 (2 years ago)
Author:
kjdon
Message:

a few small changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/README-SVN.txt

    r34558 r35803  
    1010You will need Java and Ant to run Greenstone 3.
    1111
    12 Your Java version should be 1.4 or higher. We recommend Sun Java. You need the
     12Your Java version should be 1.6 or higher. We recommend Sun Java. You need the
    1313SDK (development environment). Set the environment variable JAVA_HOME to be
    1414the root of your Java installation.
     
    1818ANT_HOME to be the root of your Ant installation, and make sure the Ant
    1919executables are on your PATH.
    20 Greenstone 3 requires Ant 1.7.1 or higher.
     20Greenstone 3 requires Ant 1.8.1 or higher.
    2121
    2222Installing Greenstone from an SVN checkout:
     
    3333--------------
    3434
    35 You will then need to make sure 'ant' (version 1.7 or greater) and 'javac'
     35You will then need to make sure 'ant' (version 1.8 or greater) and 'javac'
    3636(along with an appropriate JAVA_HOME environment variable) can be
    3737found from your command line.
     
    6464  cd ..
    6565
     66Note: running 'source gs3-setup.sh' in the top-level greenstone folder will also source the local version.
    6667
    6768Build and install:
     
    7273 README.txt for more information.
    7374
    74 Note, initial  checkouts from SVN have a build.properties.in file. Running
    75 'ant' will result in the build.properties file being generated from the .in
    76 file (a straight copy).
     75Note, initial checkouts from SVN have a build.properties.in file. Running
     76'ant' (no arguments) will result in the build.properties file being generated
     77from the .in file (a straight copy).
    7778
    7879Then, run 'ant prepare install'. The two targets can be run separately if you
Note: See TracChangeset for help on using the changeset viewer.