Ignore:
Timestamp:
2021-10-14T17:45:13+13:00 (3 years ago)
Author:
davidb
Message:

Updated README file to reflect file name changes in the zip files used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/indexers/packages/windows/iconv/GS-README-VS14-VS2015-AND-LATER.txt

    r32642 r35595  
    11*****************************************************************
    2 COMPILING LIBICONV ON WINDOWS USING VS14/VS2015 AND LATER
     2COMPILING LIBICONV ON WINDOWS USING VS14 AND LATER
    33*****************************************************************
    4 In order to get libiconv to compile with Visual Studio 14 (which is Visual Studio 2015) and later,
    5 I needed to do the following to produce gs-libiconv-winVS14-VS2015-plus.zip now uploaded on GS SVN
     4In order to get libiconv to compile with Visual Studio v14 (which is Visual Studio 2015) and later,
     5I needed to do the following to produce iconv-VS14-PLUS.zip now uploaded on GS SVN
    66at GS2\common-src\indexers\packages\windows\iconv
    77
    8 For compiling GS3 with VS14 (VS2015) and later, after running ant prepare, rename this zip file as "iconv.zip"
    9 and then proceed to run ant install.
    10 
     8The build scripts have been updated to test %VisualStudioVersion%, and if it is < 14.0, then
     9the original (older) iconv.zip files is used (renamed to iconv-PRE-VS14,zip for consitency reasons)
     10otherwise iconv-VS14-PLUS.zip is used.
    1111
    1212[
    13 NO NEED FOR STEP 1, as windows' iconv.zip requires the same changes as the linux gs-libiconv 1.11 tarball to get it to compile on windows anyway:
     13NO NEED FOR STEP 1, as windows' iconv-PRE-VS14.zip requires the same changes as the linux gs-libiconv 1.11 tarball to get
     14it to compile on windows anyway:
    1415
    1516X 1. Libiconv 1.11 appears to be the last version of the package that can be compiled with Visual Studio.
     
    2122where I untarred it and made the following changes (points 2 and 3 below).
    2223Then I renamed the untarred version from libiconv-1.11 to iconv
    23 and finally I zipped it up to produce iconv.zip.
     24and finally I zipped it up to produce a new (alternative) for iconv.zip.
    2425]
    2526
Note: See TracChangeset for help on using the changeset viewer.