Changeset 35655 for main


Ignore:
Timestamp:
2021-10-21T14:42:23+13:00 (3 years ago)
Author:
davidb
Message:

Changed from http to https for svn co; text also updated to reflect the more streamlined way GS3 now handles compilation of gnome-lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/ext/README.txt

    r27770 r35655  
    11
    22*******
    3 * gnome-lib
     3* gnome-lib (a key library from wvWare)
    44*******
    55
    6 For most Linux distributions it is also necessary to check out the
    7 'gnome-lib' extension and compile this up *first* before compiling the main
    8 source code -- be it Greenstone2 or Greenstone3 you are looking to work
    9 with, as the latter makes use of Greestone2's building code, and get's
    10 checked out as 'gs2build'. 
     6For Greenstone2, for most Unix distributions it is also necessary to
     7manually check out the 'gnome-lib' extension and compile this up
     8*first* before compiling the main source code.
    119
    12 Starting in this 'ext' folder you can do this by:
     10For Greenstone3 (svn co), the default settings for compilation
     11(set in ints top-level build.properties) means this is done
     12automatically for you.
    1313
    14   svn co http://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/src gnome-lib
     14Starting in this 'ext' folder the manual sequence is:
     15
     16  svn co https://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/src gnome-lib
    1517  cd gnome-lib
    1618  source devel.sh
     
    1820
    1921Assuming this completes successfully, now return to your top-level
    20 Greenstone directory and follow the instructions for compiling that.
     22Greenstone2 directory and follow the instructions for compiling that.
    2123
    2224ALTERNATIVELY ... you could try the pre-bundled binary version.
     
    2426On MacOS:
    2527
    26   curl http://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/gnome-lib-darwin-intel.tar.gz \
    27    > gnome-lib-darwin-intel.tar.gz
     28  curl https://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/gnome-lib-darwin-intel.tar.gz \
     29    > gnome-lib-darwin-intel.tar.gz
    2830  tar xvzf gnome-lib-darwin-intel.tar.gz
    2931
Note: See TracChangeset for help on using the changeset viewer.