User Tools

Site Tools


en:developer:windows_source_install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:developer:windows_source_install [2018/11/27 02:35] – [Current instructions] anupamaen:developer:windows_source_install [2019/04/16 04:40] – [Current instructions] anupama
Line 10: Line 10:
   * An SVN client installed, which can be downloaded from http://subversion.apache.org/packages.html. The instructions below assume a command-line SVN client.    * An SVN client installed, which can be downloaded from http://subversion.apache.org/packages.html. The instructions below assume a command-line SVN client. 
   * Java JDK 6.x or later. For compiling on Windows 64 bit, need the 64 bit version of JDK. For compiling Greenstone 3.06 and onwards, need JDK 7.x or later.   * Java JDK 6.x or later. For compiling on Windows 64 bit, need the 64 bit version of JDK. For compiling Greenstone 3.06 and onwards, need JDK 7.x or later.
-  * PERL (ActivePerl for Windows)+  * PERL: we used to use ActivePerl for Windows. Now we provide our own modified version of [[http://trac.greenstone.org/browser/main/trunk/release-kits/shared/windows/perl.zip|Strawberry Perl]] that has everything we need so far.
   * **Visual Studio** 8 or later for compiling C++ code. (We haven't tried it with Microsoft's free Visual Studio Express yet.) For 64-bit Windows, we found that Visual Studio versions 9 and 12 worked to compile GS3 from SVN.   * **Visual Studio** 8 or later for compiling C++ code. (We haven't tried it with Microsoft's free Visual Studio Express yet.) For 64-bit Windows, we found that Visual Studio versions 9 and 12 worked to compile GS3 from SVN.
   * If you want to compile GS2 or GS3 with debugging on, you will also need Microsoft SDK   * If you want to compile GS2 or GS3 with debugging on, you will also need Microsoft SDK
Line 43: Line 43:
 move iconv.zip iconv_preVS14.zip move iconv.zip iconv_preVS14.zip
 move iconv-winVS14-VS2015-plus.zip iconv.zip move iconv-winVS14-VS2015-plus.zip iconv.zip
 +rmdir /s /q iconv
 popd popd
 </code> </code>
Line 77: Line 78:
 move iconv.zip iconv_preVS14.zip move iconv.zip iconv_preVS14.zip
 move iconv-winVS14-VS2015-plus.zip iconv.zip move iconv-winVS14-VS2015-plus.zip iconv.zip
 +rmdir /s /q iconv
 popd popd
 </code> </code>
en/developer/windows_source_install.txt · Last modified: 2023/03/19 21:17 by kjdon