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

Last change on this file since 35465 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

File size: 1.1 KB
Line 
1
2
3
4# JDK8 32-bit
5
6 wget https://cdn.azul.com/zulu/bin/zulu8.56.0.21-ca-jdk8.0.302-win_i686.zip
7 unzip zulu8.56.0.21-ca-jdk8.0.302-win_i686.zip
8 mv zulu8.56.0.21-ca-jdk8.0.302-win_i686 zulu-jdk8
9
10# Strawberry Perl 32-bit
11
12 wget https://strawberryperl.com/download/5.18.4.1/strawberry-perl-5.18.4.1-32bit-portable.zip
13
14# ** Doesn't come with Top-level folder => use 7Zip or Right-click Windows unzip, and rename:
15 mv strawberry-perl-5.18.4.1-32bit-portable strawberry-perl5
16
17# ** OR
18 unzip -d strawberry-perl5 strawberry-perl-5.18.4.1-32bit-portable.zip
19
20
21
22
23====
24## 64-bit (UNUSED)
25
26
27
28##https://www.azul.com/downloads/?version=java-11-lts&os=windows&architecture=x86-64-bit&package=jdk
29##https://cdn.azul.com/zulu/bin/zulu11.50.19-ca-jdk11.0.12-win_x64.zip
30
31##unzip zulu11.50.19-ca-jdk11.0.12-win_x64.zip
32##mv zulu11.50.19-ca-jdk11.0.12-win_x64 zulu-jdk11
33
34# JDK8
35#unzip zulu8.56.0.21-ca-jdk8.0.302-win_x64.zip
36#mv zulu8.56.0.21-ca-jdk8.0.302-win_x64 zulu-jdk8
37
38
39
40## wget https://strawberryperl.com/download/5.18.4.1/strawberry-perl-5.18.4.1-64bit-portable.zip
41## mv strawberry-perl-5.18.4.1-64bit-portable strawberry-perl5
42
Note: See TracBrowser for help on using the repository browser.