source: local/greenstone3/windows-32bit/README.txt

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

Updated versions, having been tested working in conjunction with the Release Kit code

File size: 1.3 KB
RevLine 
[35624]1#----
2# Supporting command-line tools to compile up Greenstone3 as 32-bit binaries
3# (32-bit binaries will run on a 64-bit Windows OS, but will need a 32-bit JDK installed)
[35465]4
5
6# JDK8 32-bit
7
8 unzip zulu8.56.0.21-ca-jdk8.0.302-win_i686.zip
[35624]9 mv zulu8.56.0.21-ca-jdk8.0.302-win_i686 zulu-jdk8-32bit
[35465]10
[35624]11# Perl5 -- This zip does not provide a top-level folder, so use '-d' on uzip
[35465]12
[35624]13 unzip -d strawberry-perl5-32bit strawberry-perl-5.18.4.1-32bit-portable.zip
14
15# Ant -- This is already unzipped and checked in
[35465]16
[35624]17# VisualStudio -- This is assumed to be installed in your System area
[35465]18
[35624]19# Subversion (svn) -- This is assumed to already be on our PATH
[35465]20
21
[35624]22# Running gs3-devel.bat sets PATH and other relevant environment variables
23# appropriately
[35465]24
[35624]25.\gs3-devel.bat
26cd ..
[35465]27
[35624]28# Then compile Greenstone3 in the ususal way
[35465]29
[35624]30 ant
31 ant prepare
32 ant install
33 # ...
[35465]34
[35624]35#----
[35465]36
37
[35624]38####
39# Notes on where resources came from ...
40####
[35465]41
[35624]42##
43# JDK8 32-bit
44##
[35465]45
[35624]46# The JDK zip file came from Azul
[35465]47
[35624]48 firefox "https://www.azul.com/downloads/
[35465]49
[35624]50# => download zip
[35465]51
[35624]52# At time of writing, that was:
53
54 wget "https://cdn.azul.com/zulu/bin/zulu8.56.0.21-ca-jdk8.0.302-win_i686.zip"
55
56
57##
58# Perl
59##
60
61# The Perl zip file came from Strawberry Perl
62
63 wget https://strawberryperl.com/download/5.18.4.1/strawberry-perl-5.18.4.1-32bit-portable.zip
64
Note: See TracBrowser for help on using the repository browser.