Ignore:
Timestamp:
2013-11-18T21:45:29+13:00 (10 years ago)
Author:
ak19
Message:

As part of getting diffcol to work with GS3, GS3 needs to be compiled up, for which the following changes were made: 1. Modifications to build.properties and build.xml to checkout and set up gnome-lib-minimal and still pass the --enable-gnome-lib-ext flag to build-src/configure.in. 2. Fixing up build-src/Makefile.in so that sourcing gnome-lib can work on Ubuntu, which uses dash instead of bash and so does not recongise pushd/popd or source (only the dot). To get the build-src Makefile to work on Ubuntu, Makefile.in now sets the SHELL to be bin/bash for running make, and then executes the commands for sourcing gnome-lib in the same subshell as the one which compiles up build-src subdirs like wvware.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.properties.in

    r28297 r28636  
    9696## and if compiling imagemagick
    9797## These extensions should be in the [gsdl3home]/gs2build/ext directory
     98#checkout.gnomelibmin.ext=true
    9899#checkout.gnomelib.ext=true
    99100#checkout.imagemagick.ext=true
Note: See TracChangeset for help on using the changeset viewer.