After you have build some SOPE things, you can build the GNUstep Database Library from the ThirdParty section (which requires skyrix-core).

Requirements

  • gnustep-make, gnustep-objc, libxml2, libical, js
  • skyrix-core
  • PostgreSQL client libs & development headers
  • GDLAccess => PostgreSQL72

    GNUstep Database Library [next]

    This is a modified OGo variant of the GNUstep database library. It was forked some time ago from the trunk of gnustep-db. Still, it should be largely compatible and adaptors should be portable between the OGo variant and the GNUstep variant with major issues.
    Buildtime: 0:37 (P4 Mobile 1.8GHz)

    cd GDLAccess
    make -s debug=yes install
    cd ..

    Check for success:

    PostgreSQL 7.2 Adaptor [prev]

    The gnustep-db plugin for accessing PostgreSQL databases.

    cd PostgreSQL72
    make -s debug=yes install
    cd ..

    Check for success:

    When you are done with gnustep-db, you can finally start building OpenGroupware.org groupware things ;-)
    Continue at the Logic section.