SOPE Installation Guide
=======================
-TODO: write install guide for SOPE 4.5.
-
Prerequisites
=============
sope-ldap
- openldap2/openldap2-dev
-sope-ical
-- libical (eg ThirdParty/libical)
- - only for the deprecated iCalSaxDriver!
-
sope-gdl1
- postgresql-dev
+
(Internal) Dependencies
=======================
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
===============
=====================
TODO: write something
+Note: a README is in the mod_ngobjweb directory?