Changeset 32933


Ignore:
Timestamp:
2019-03-29T16:16:26+13:00 (5 years ago)
Author:
ak19
Message:

Explicitly detailing some further instructions on compiling up gnome-lib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/gnome-lib/trunk/src/README

    r31084 r32933  
    1 A. To configure and compile wvware in Greenstone2/3, it used to be require to first:
     1A. To configure and compile wvware in Greenstone2/3, it used to be required to first:
    22   source ./devel.bash
    33
    4 Now the above is done automatically when compiling up Greenstone 2 or 3. If compiling manually, then the above is still necessary to compile wvware.
     4Now the above is done automatically when compiling up Greenstone 2 or 3.
     5
     6However, if compiling gnome-lib manually (outside a Greenstone installation), then the above is still necessary to compile wvware and you need to add -fPIC to CFLAGS and CXXFLAGS:
     7   export CFLAGS="-fPIC $CFLAGS"
     8   export CXXFLAGS="-fPIC $CXXFLAGS"
     9   source ./devel.bash
     10   
     11Then follow from step B below onwards.
    512
    613
Note: See TracChangeset for help on using the changeset viewer.