Ignore:
Timestamp:
2021-10-16T14:36:03+13:00 (3 years ago)
Author:
davidb
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • local/greenstone3/windows-32bit/README.txt

    r35465 r35624  
    1 
     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)
    24
    35
    46# JDK8 32-bit
    57
    6   wget https://cdn.azul.com/zulu/bin/zulu8.56.0.21-ca-jdk8.0.302-win_i686.zip
    78  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  mv zulu8.56.0.21-ca-jdk8.0.302-win_i686 zulu-jdk8-32bit
    910
    10 # Strawberry Perl 32-bit
     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
    1162
    1263  wget https://strawberryperl.com/download/5.18.4.1/strawberry-perl-5.18.4.1-32bit-portable.zip
    1364
    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 TracChangeset for help on using the changeset viewer.