source: main/trunk/greenstone2/ext/README.txt

Last change on this file was 35655, checked in by davidb, 3 years ago

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 size: 1.3 KB
RevLine 
[26680]1
[27770]2*******
[35655]3* gnome-lib (a key library from wvWare)
[27770]4*******
5
[35655]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.
[26680]9
[35655]10For Greenstone3 (svn co), the default settings for compilation
11(set in ints top-level build.properties) means this is done
12automatically for you.
[26680]13
[35655]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
[26680]17 cd gnome-lib
18 source devel.sh
19 ./CASCADE-MAKE.sh
20
21Assuming this completes successfully, now return to your top-level
[35655]22Greenstone2 directory and follow the instructions for compiling that.
[26680]23
[26709]24ALTERNATIVELY ... you could try the pre-bundled binary version.
[26680]25
[26709]26On MacOS:
27
[35655]28 curl https://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/gnome-lib-darwin-intel.tar.gz \
29 > gnome-lib-darwin-intel.tar.gz
[26709]30 tar xvzf gnome-lib-darwin-intel.tar.gz
31
32
[27770]33*******
34* open-office
35*******
[26709]36
[27770]37A good optional extra to put in is the OpenOffice extension, with which
38you can build higher quality DL collections sourced from MS Office docs.
[26709]39
40
41
[27770]42 http://trac.greenstone.org/export/27101/gs2-extensions/open-office/trunk/open-office-java.tar.gz
[26709]43
[27770]44 http://trac.greenstone.org/export/27101/gs2-extensions/open-office/trunk/open-office-java.zip
Note: See TracBrowser for help on using the repository browser.