Changeset 3375


Ignore:
Timestamp:
2002-08-21T11:37:33+12:00 (22 years ago)
Author:
kjdon
Message:

changed

Location:
trunk/gsdl3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/CHANGES

    r3358 r3375  
     12002/08/21 ********************************
     2
     3have made a new mgpp repository. the java mgpp wrapper stuff is now included
     4in there, rather than in the gsdl3 checkout.
     5
    162002/07/30 *********************************
    27
  • trunk/gsdl3/INSTALL

    r3358 r3375  
    55cvs co mgpp
    66cd mgpp
    7 ./configure
     7./configure --prefix <gsdl3home>
    88make
    99make install
    1010
    11 (Note, while this has not been set up, you need to have a copy of mgpp
    12 from gsdl2.
    13 you need to edit the src/cpp/jni/mgpp Makefile to set the correct include
    14 directories.
    15 also copy gsdl/src/mgpp/lib/libmg.a and gsdl/src/mgpp/text/libtextin.a to
    16 gsdl3/lib/cpp)
     11NOte: you need to use your gsdl3 home directory as the prefix for configure
     12at this stage - mgpp has been set up properly, but gsdl3 hasn't
    1713
    1814
    19152. Make the gsdl3 stuff
    2016
    21 do a 'make', then 'make install', in all of the following directories, in this
    22 order
     17do a 'make', then 'make install', in each of the following directories
    2318
    24 src/java/org/greenstone/mgpp
    2519src/java/org/greenstone/gdbm
    2620src/java/org/greenstone/testing
    2721src/java/org/greenstone/gsdl3
    28 src/cpp/jni/mgpp
    2922
    30233. set up the sample mgpp collection
Note: See TracChangeset for help on using the changeset viewer.