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

Last change on this file since 26680 was 26680, checked in by davidb, 11 years ago
File size: 640 bytes
Line 
1
2For most Linux distributions it is also necessary to check out the
3'gnome-lib' extension and compile this up *first* before compiling the main
4source code -- be it Greenstone2 or Greenstone3 you are looking to work
5with, as the latter makes use of Greestone2's building code, and get's
6checked out as 'gs2build'.
7
8Starting in this 'ext' folder you can do this by:
9
10 svn co http://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/src gnome-lib
11 cd gnome-lib
12 source devel.sh
13 ./CASCADE-MAKE.sh
14
15Assuming this completes successfully, now return to your top-level
16Greenstone directory and follow the instructions for compiling that.
17
18
Note: See TracBrowser for help on using the repository browser.