source: local/greenstone3/windows-32bit/gs3-setup.sh

Last change on this file was 35465, checked in by davidb, 3 years ago

Files to help compile up Greenstone3 for Windows. Even on a 64-bit Windows machine, this is the version to checkout and use (Note: Binaries of Greenstone3 for Windows is only available in one form, meaning that it is the 32-bit version we have been producing for Windows, that when installed on a 64-bit Windows OS has the necessary OS support to run

  • 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.8.0_45
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.