]> err.no Git - sope/blobdiff - INSTALL
fixed umlaut issue on MacOSX
[sope] / INSTALL
diff --git a/INSTALL b/INSTALL
index efe7fc5a3397c9865d5225b5d4a38ec9e66a4caa..951fbe89cd65a2cd91920ee2749952f14d1f08cf 100644 (file)
--- 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