Ignore:
Timestamp:
2021-04-01T11:55:33+13:00 (3 years ago)
Author:
anupama
Message:

Merging the gnome-lib branch macos-dev at https://trac.greenstone.org/browser/gs2-extensions/gnome-lib/branches/macos-dev with the main trunk after testing it first on assigned linux 64 bit machine in lab as well as 64 bit LSB VM, and making changes for it to compile on Linux 64 bit LSB.

File:
1 edited

Legend:

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

    r34598 r34983  
    1 A. To configure and compile wvware in Greenstone2/3, it used to be required to first:
     1A. For compiling glib-2.54.3 onwards, need python2.7+. On LSB, python needs to be manually compiled up (we're using 2.7.18 on 64 bit LSB) and put into a user location e.g. /home/sjm84/python2.7/bin in our case, with its bin folder added to the PATH:
     2(  export PATH=/home/sjm84/python2.7/bin:$PATH   )
     3
     4To configure and compile wvware in Greenstone2/3, it used to be required to first:
    25   source ./devel.bash
    36
     
    1215   cd gnome-lib
    1316
     17For compiling glib-2.54.3 onwards, need python2.7+. On LSB this needs to be manually compiled up and put into a user location and its bin folder on the PATH, e.g. /home/sjm84/python2.7/bin
     18
    1419Then:
    15 
     20(  export PATH=/home/sjm84/python2.7/bin:$PATH   )
    1621   export CFLAGS="-fPIC $CFLAGS"
    1722   export CXXFLAGS="-fPIC $CXXFLAGS"
Note: See TracChangeset for help on using the changeset viewer.