$Id: apple_mac_osx.txt,v 1.3 2001/08/23 15:41:24 ntiffin Exp $

Notes for using GEAS with Apple Macintosh OS X

Notice that you will have to change your path in the various 'cd' commands.

GEAS currently compiles and and loads tables into postgresql.

1) To configure geas from cvs for Apple Mac OS X using developer tools not Project Builder.
    Note that i have used fink from sourceforge to get and install the dependencies.
    
    http://sourceforge.net/projects/fink/
    
    The fink install dir is /Volumes/AnagadaII/sw.

    cd /Volumes/AnagadaII/gnue/geas
    setenv CFLAGS "-g -O0 -traditional-cpp"
    setenv LDFLAGS -lssl
    ./autogen.sh --with-postgresql --enable-debug --libdir=/Volumes/AnagadaII/sw/lib
    make
    
2) edit geas.conf

3) start postgresql
    su - postgres
    /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data -i &

4) start geas
    cd /Volumes/AnagadaII/gnue/geas/src
    ./geas-server -d9 -v


If you need to stop postgresql use:

    /usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -p /usr/local/pgsql/bin/postmaster stop

Notes:
    Project Builder projects exists for both GEAS and gcdVerifier.
    
    If you have questions email me at neilt@gnue.org
    
Neil