Changeset 30247 for gs2-extensions/tdb


Ignore:
Timestamp:
2015-09-21T10:16:01+12:00 (9 years ago)
Author:
jmt12
Message:

Revising README due to changes in the way extension built (now using Ant)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/tdb/trunk/src/jni-0.1/README

    r30215 r30247  
    1 ===== Installation =====
     1===== Compiling =====
    22
    3 1. Change to extenstions directory
    4 2. Checkout from SVN: svn co http://svn.greenstone.org/gs2-extensions/tdb/trunk tdb
    5 3. Enter the newly created tdb directory
    6 4. Prepare environment: source ./setup.bash
    7 5. Configure and compile: ./CASCADE-MAKE.sh
    8 6. (GS3) Install as service: ./INSTALL-SERVICE.sh
    9 7. Profit!
     3Note that in order to call configuration manually you need to pass in CPPFLAGS and LDFLAGS to ensure the script knows the location of TDB, e.g.
     4
     5./configure CPPFLAGS="-I/opt/tdb/include" LDFLAGS="-L/opt/tdb/lib" --prefix=...
    106
    117For extensive recompilation you may need to install AutoConf 2.69 and associated tools.
Note: See TracChangeset for help on using the changeset viewer.