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

Last change on this file was 35655, checked in by davidb, 2 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
Line 
1
2*******
3* gnome-lib (a key library from wvWare)
4*******
5
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.
9
10For Greenstone3 (svn co), the default settings for compilation
11(set in ints top-level build.properties) means this is done
12automatically for you.
13
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
17 cd gnome-lib
18 source devel.sh
19 ./CASCADE-MAKE.sh
20
21Assuming this completes successfully, now return to your top-level
22Greenstone2 directory and follow the instructions for compiling that.
23
24ALTERNATIVELY ... you could try the pre-bundled binary version.
25
26On MacOS:
27
28 curl https://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/gnome-lib-darwin-intel.tar.gz \
29 > gnome-lib-darwin-intel.tar.gz
30 tar xvzf gnome-lib-darwin-intel.tar.gz
31
32
33*******
34* open-office
35*******
36
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.
39
40
41
42 http://trac.greenstone.org/export/27101/gs2-extensions/open-office/trunk/open-office-java.tar.gz
43
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.