]> err.no Git - sope/blobdiff - INSTALL
various Xcode issues fixed
[sope] / INSTALL
diff --git a/INSTALL b/INSTALL
index 831fe694329c9f981374dbe523bb07ce1b2d4390..951fbe89cd65a2cd91920ee2749952f14d1f08cf 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -21,10 +21,10 @@ sope-ical
 sope-gdl1
 - postgresql-dev
 
-Dependencies
-============
+(Internal) Dependencies
+=======================
 
-sope-xml
+sope-xml
 - [self contained]
 
 sope-core
@@ -46,3 +46,26 @@ sope-appserver
 
 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