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
Line 
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)
4
5
6# JDK8 32-bit
7
8 unzip zulu8.56.0.21-ca-jdk8.0.302-win_i686.zip
9 mv zulu8.56.0.21-ca-jdk8.0.302-win_i686 zulu-jdk8-32bit
10
11# Perl5 -- This zip does not provide a top-level folder, so use '-d' on uzip
12
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
16
17# VisualStudio -- This is assumed to be installed in your System area
18
19# Subversion (svn) -- This is assumed to already be on our PATH
20
21
22# Running gs3-devel.bat sets PATH and other relevant environment variables
23# appropriately
24
25.\gs3-devel.bat
26cd ..
27
28# Then compile Greenstone3 in the ususal way
29
30 ant
31 ant prepare
32 ant install
33 # ...
34
35#----
36
37
38####
39# Notes on where resources came from ...
40####
41
42##
43# JDK8 32-bit
44##
45
46# The JDK zip file came from Azul
47
48 firefox "https://www.azul.com/downloads/
49
50# => download zip
51
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.