source: local/greenstone3/windows-32bit/gs3-devel.sh

Last change on this file 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: 168 bytes
Line 
1
2# Useful when compiling with Cygwin on Windows
3
4pushd "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC"
5call vcvarsall.bat"" amd64
6popd
7
8source ./gs3-setup.sh
9
Note: See TracBrowser for help on using the repository browser.