#---- # Supporting command-line tools to compile up Greenstone3 as 32-bit binaries # (32-bit binaries will run on a 64-bit Windows OS, but will need a 32-bit JDK installed) # JDK8 32-bit unzip zulu8.56.0.21-ca-jdk8.0.302-win_i686.zip mv zulu8.56.0.21-ca-jdk8.0.302-win_i686 zulu-jdk8-32bit # Perl5 -- This zip does not provide a top-level folder, so use '-d' on uzip unzip -d strawberry-perl5-32bit strawberry-perl-5.18.4.1-32bit-portable.zip # Ant -- This is already unzipped and checked in # VisualStudio -- This is assumed to be installed in your System area # Subversion (svn) -- This is assumed to already be on our PATH # Running gs3-devel.bat sets PATH and other relevant environment variables # appropriately .\gs3-devel.bat cd .. # Then compile Greenstone3 in the ususal way ant ant prepare ant install # ... #---- #### # Notes on where resources came from ... #### ## # JDK8 32-bit ## # The JDK zip file came from Azul firefox "https://www.azul.com/downloads/ # => download zip # At time of writing, that was: wget "https://cdn.azul.com/zulu/bin/zulu8.56.0.21-ca-jdk8.0.302-win_i686.zip" ## # Perl ## # The Perl zip file came from Strawberry Perl wget https://strawberryperl.com/download/5.18.4.1/strawberry-perl-5.18.4.1-32bit-portable.zip