X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=3b9f6aa50cf0ba3020121e6fda459427255711af;hb=e5d85eedd65a8468bcc61f7cdcf9b267815cb0f3;hp=322d996899829a9a92a1bbb347aa7125c0cdbac0;hpb=a14ac68bd7e2ffad7e23b63af1d7431e1af7a54d;p=sope diff --git a/INSTALL b/INSTALL index 322d9968..3b9f6aa5 100644 --- 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?