X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=951fbe89cd65a2cd91920ee2749952f14d1f08cf;hb=7e77f7c8630da9f79bb6a0d3b12dfa125135a315;hp=831fe694329c9f981374dbe523bb07ce1b2d4390;hpb=4ba6c13302f790675816c1fe139e9002bf0f8e5f;p=sope diff --git a/INSTALL b/INSTALL index 831fe694..951fbe89 100644 --- 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