]> err.no Git - sope/commitdiff
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@36 e4a50df8-12e2-0310-a44c-efbce7...
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 22 Aug 2004 16:11:00 +0000 (16:11 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 22 Aug 2004 16:11:00 +0000 (16:11 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 831fe694329c9f981374dbe523bb07ce1b2d4390..3cccd92e6df2d222e10ece7d067bf2f3ffa94646 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,24 @@ 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
+
+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