Ignore:
Timestamp:
2021-09-30T20:54:18+13:00 (3 years ago)
Author:
anupama
Message:

Script makegs2.bat to compile GS2 on Windows, also needs to rename PDFv2Plugin.pm to PDFv2Plugin.tmp so GLI can launch without pluginfo.pl -describeall blowing up over the require statement on the pdfboxconverter extension (the extension is needed by v2 plugin). The rk2 release-kit already handled this in the installer, and earlier today makegs2.sh was updated for linux/mac (commit 35534)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • local/greenstone2/windows-64bit/setup.bat

    r31427 r35535  
    1212:: this is referred to below as strawberry-perl32no64
    1313
    14 set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_55
     14set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_20
    1515if not exist "%JAVA_HOME%" echo %JAVA_HOME% does not exist& goto done
    1616
Note: See TracChangeset for help on using the changeset viewer.