source: local/greenstone3/windows-32bit/gs3-setup.bat@ 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

  • Property svn:executable set to *
File size: 974 bytes
Line 
1@echo off
2
3::set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_45
4::set JAVA_HOME=C:\PROGRA~1\Java\JDK18~1.0_4
5::set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_55
6::set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_20
7set JAVA_HOME=%CD%\zulu-jdk8
8::set JAVA_HOME=%CD%\zulu-jdk11
9if not exist "%JAVA_HOME%" (
10echo %JAVA_HOME% not found. Exiting...
11goto done
12)
13set PATH=%JAVA_HOME%\bin;%PATH%
14
15echo + Set JAVA_HOME=%JAVA_HOME% and updated PATH
16::set PERL_HOME=C:\strawberry-perl32no64\perl
17set PERL_HOME=%CD%\strawberry-perl5\perl
18
19::set ANT_HOME=%CD%\ant-1.8.3
20set ANT_HOME=%CD%\apache-ant-1.9.5
21
22set PATH=%PERL_HOME%\bin;%ANT_HOME%\bin;%PATH%
23
24echo + Set ANT_HOME=%ANT_HOME% and updated PATH
25
26echo + Set PERL_HOME=%PERL_HOME% and updated PATH
27
28:: Already done in gs3-devel.bat
29rem pushd "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
30:: pushd "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC"
31::call vcvarsall.bat"" amd64
32rem call vcvarsall.bat amd64
33rem popd
34
35
36
37
38:done
Note: See TracBrowser for help on using the repository browser.