Ignore:
Timestamp:
2013-05-23T13:02:54+12:00 (11 years ago)
Author:
jmt12
Message:

adding compile instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/tdb-edit/trunk/src/README.txt

    r25407 r27395  
    11GS tools that provide similar functionality to the GDBM Edit tools but based on the TDB project (from SAMBA Project). TDB has the same API as GDBM and is designed to support parallel processor.
     2
     3=== To Install ===
     4
     5There is, unfortunately, a chicken and the egg dependency in this extension in that it requires the GSDL common library (gsdllib.a) while Greenstone can't properly compile in TDB mode unless tdb-edit is compiled first. So you end up having to configure, compile, re-configure and re-compile to get things to work. Instructions follow:
     6
     71. SVN checkout Greenstone
     82. Run configure and make as usual
     93. SVN checkout tdb-edit into extensions: svn co http://svn.greenstone.org/gs2-extensions/tdb-edit/trunk/src tdb-edit
     104. Run 'enable_tdb.sh'
     115. Change to top-level Greenstone directory and re-run configure
     126. Change back to tdb-edit directory and run 'CASCADE_MAKE.sh'
     137. Finally return to top-level Greenstone directory and run make and make install
    214
    315=== Static Library ===
Note: See TracChangeset for help on using the changeset viewer.