Changeset 34597


Ignore:
Timestamp:
2020-12-14T11:31:06+13:00 (3 years ago)
Author:
anupama
Message:

Correction and additions for clarification for readers other than myself.

File:
1 edited

Legend:

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

    r34549 r34597  
    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 (**)
     7
     8   svn co http://svn.greenstone.org/gs2-extensions/gnome-lib/trunk gnome-lib
     9   cd gnome-lib/src
     10OR**
     11   svn co http://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/src gnome-lib
     12   cd gnome-lib
     13
     14Then:
     15
    816   export CFLAGS="-fPIC $CFLAGS"
    917   export CXXFLAGS="-fPIC $CXXFLAGS"
    1018   source ./devel.bash
    1119
    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.
     20** NOTE: if you svn checked 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.
    1321
    1422Then follow from step B below onwards.
     
    4452
    45531. Open a fresh exterm
    46 2. make sure the gnome-lib folder (or it may be called "src") is renamed to "gnome-lib-minimal" first
     542. make sure the gnome-lib folder (or it may be called "src", depending on what you checked out) is renamed to "gnome-lib-minimal" first
    47553. source ./devel.bash
    4856   from the gnome-lib-minimal folder
     
    5058   ./CASCADE-MAKE.sh makeminimal
    5159This 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.
    52 5. Check out trunk level of gnome-lib and put the tar.gz there:
     605. If you haven't already, check out trunk level of gnome-lib and put the tar.gz there:
    5361   svn co --depth files http://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/
    5462(--depth files only checks out files at that level, not a recursive checkout of folders and subfolders)
Note: See TracChangeset for help on using the changeset viewer.