Changeset 35435


Ignore:
Timestamp:
2021-09-20T17:17:48+12:00 (3 years ago)
Author:
davidb
Message:

Removed 'get-isisgdl' from 'install' depends as the ISIS code has been updated so 64-bit architectures can now compile this up natively rather than depending on statically compiled 32-bit binaries been installed. Source code change comparible with the mg_long type introduced to help mg and mgpp compile up on 64-bit architectures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r35434 r35435  
    998998  <!-- install-common-src and install-collection-building are mutually exclusive and either one or the other will be done depending on whether collection building is enabled or not -->
    999999  <!--before configuring build-src, make sure that gnome-lib is compiled up-->
    1000   <target name="install" depends="init,compile-imagemagick,compile-gnome-lib,install-common-src,install-collection-building,install-runtime,install-solr-ext,setup-for-eclipse,get-isisgdl"
     1000  <target name="install" depends="init,compile-imagemagick,compile-gnome-lib,install-common-src,install-collection-building,install-runtime,install-solr-ext,setup-for-eclipse"
    10011001    description="Install Greenstone 3. Use this when you first checkout the code: 'ant prepare new-install'.">
    10021002    <echo>
Note: See TracChangeset for help on using the changeset viewer.