]> err.no Git - sope/blobdiff - INSTALL
OpenBSD linking (#1498)
[sope] / INSTALL
diff --git a/INSTALL b/INSTALL
index 322d996899829a9a92a1bbb347aa7125c0cdbac0..3b9f6aa50cf0ba3020121e6fda459427255711af 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,6 @@
 SOPE Installation Guide
 =======================
 
-TODO: write install guide for SOPE 3.3.
-
 Prerequisites
 =============
 
@@ -22,13 +20,10 @@ sope-core
 sope-ldap
 - openldap2/openldap2-dev
 
-sope-ical
-- libical (eg ThirdParty/libical)
-  - only for the deprecated iCalSaxDriver!
-
 sope-gdl1
 - postgresql-dev
 
+
 (Internal) Dependencies
 =======================
 
@@ -55,24 +50,22 @@ sope-appserver
 sope-gdl1
 - sope-core (EOControl/NGExtensions)
 
+
 Building
 ========
 
 If the prerequisites are properly fulfilled, building SOPE 4.5 is
 a simple:
 
-  ./configure --enable-debug
-  make -s strip=yes all
+  ./configure
+  make -s all
 
 (a build takes about 5 minutes on a Debian/Athlon 1.8+)
 
 Installation:
 
-  make -s strip=yes install
+  make -s 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.
 
 Troubleshooting
 ===============
@@ -90,3 +83,4 @@ Building mod_ngobjweb
 =====================
 
 TODO: write something
+Note: a README is in the mod_ngobjweb directory?