Changeset 32936 for gs2-extensions


Ignore:
Timestamp:
2019-03-29T17:25:07+13:00 (5 years ago)
Author:
sjm84
Message:

Some minor adjustments to the instructions

File:
1 edited

Legend:

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

    r32933 r32936  
    55
    66However, 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   svn co svn co http://svn.greenstone.org/gs2-extensions/gnome-lib/trunk gnome-lib (**)
    78   export CFLAGS="-fPIC $CFLAGS"
    89   export CXXFLAGS="-fPIC $CXXFLAGS"
    910   source ./devel.bash
    10    
     11
     12** NOTE: if you check out the gnome-lib/trunk folder as "gnome-lib", then its "src" subfolder is the one you'll want to be doing things like sourcing devel.bash/CASCADE-MAKE.sh, compiling and creating gnome-lib-minimal tarballs in.
     13
    1114Then follow from step B below onwards.
    1215
     
    3942
    40431. Open a fresh exterm
    41 2. make sure the gnome-lib folder is renamed to "gnome-lib-minimal" first
     442. make sure the gnome-lib folder (or it may be called "src") is renamed to "gnome-lib-minimal" first
    42453. source ./devel.bash
    4346   from the gnome-lib-minimal folder
    44 4. From the toplevel (gnome-lib-minimal) folder, run:
     474. Also from the toplevel (gnome-lib-minimal) folder, run:
    4548   ./CASCADE-MAKE.sh makeminimal
    4649This will generate the tar.gz file. For ElCapitan and later MacOS, ensure the tar.gz file is named correctly. It may need to be moved into the folder containing the src subfolder.
Note: See TracChangeset for help on using the changeset viewer.