source: local/greenstone3/windows-64bit/gs3-setup.sh@ 30443

Last change on this file since 30443 was 28359, checked in by davidb, 11 years ago

Separation of setup files into those needed for running Greenstone 3 and those needed to compile. Also introduced symbolic links for commonly used alternative filename (from Greenstone 3)

  • Property svn:executable set to *
File size: 305 bytes
Line 
1
2# Useful when compiling with Cygwin on Windows
3
4export JAVA_HOME=/cygdrive/c/Program\ Files/Java/jdk1.6.0_35
5export PATH=$JAVA_HOME/bin:$PATH
6
7echo "+ Set JAVA_HOME=$JAVA_HOME and updated PATH"
8
9export ANT_HOME=`pwd`/ant
10export PATH=$ANT_HOME/bin:$PATH
11
12echo "+ Set ANT_HOME=$ANT_HOME and updated PATH"
13
Note: See TracBrowser for help on using the repository browser.