X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=951fbe89cd65a2cd91920ee2749952f14d1f08cf;hb=d8a5dd52f379dff1aa531eae2e56903bf06566a0;hp=efe7fc5a3397c9865d5225b5d4a38ec9e66a4caa;hpb=d5ca29dc1d31517c2f61aaac2ca91a6952f2dd29;p=sope diff --git a/INSTALL b/INSTALL index efe7fc5a..951fbe89 100644 --- a/INSTALL +++ b/INSTALL @@ -15,5 +15,57 @@ sope-core sope-ldap - openldap2/openldap2-dev +sope-ical +- libical (eg ThirdParty/libical) + sope-gdl1 - postgresql-dev + +(Internal) Dependencies +======================= + +sope-xml +- [self contained] + +sope-core +- sope-xml + +sope-mime +- sope-core + +sope-ical +- sope-xml +- sope-core + +sope-ldap + +sope-appserver +- sope-xml +- sope-core +- sope-mime (to be removed!) + +sope-gdl1 +- sope-core (EOControl/NGExtensions) + +Building +======== + +If the prerequisites are properly fulfilled, building SOPE 4.3 is +a simple: + + make -s debug=yes strip=yes all + +(a build takes about 5 minutes on a Debian/Athlon 1.8+) + +Installation: + + make -s debug=yes strip=yes install + +Important: ensure that GNUstep.sh from gnustep-make is properly loaded into the + shell environment, otherwise you will see errors like "/common.make" + not being found. + +Building mod_ngobjweb +===================== + +TODO: write something