]> err.no Git - sope/blob - INSTALL
removed NGCString
[sope] / INSTALL
1 SOPE Installation Guide
2 =======================
3
4 TODO: write install guide for SOPE 3.3.
5
6 Prerequisites
7 =============
8
9 sope-xml
10 - libxml2/libxml2-dev
11
12 sope-core
13 - autoconf
14
15 sope-ldap
16 - openldap2/openldap2-dev
17
18 sope-ical
19 - libical (eg ThirdParty/libical)
20
21 sope-gdl1
22 - postgresql-dev
23
24 (Internal) Dependencies
25 =======================
26
27 sope-xml
28 - [self contained]
29
30 sope-core
31 - sope-xml
32
33 sope-mime
34 - sope-core
35
36 sope-ical
37 - sope-xml
38 - sope-core
39
40 sope-ldap
41
42 sope-appserver
43 - sope-xml
44 - sope-core
45 - sope-mime (to be removed!)
46
47 sope-gdl1
48 - sope-core (EOControl/NGExtensions)
49
50 Building
51 ========
52
53 If the prerequisites are properly fulfilled, building SOPE 4.3 is
54 a simple:
55
56   make -s debug=yes strip=yes all
57
58 (a build takes about 5 minutes on a Debian/Athlon 1.8+)
59
60 Installation:
61
62   make -s debug=yes strip=yes install
63
64 Important: ensure that GNUstep.sh from gnustep-make is properly loaded into the
65            shell environment, otherwise you will see errors like "/common.make"
66            not being found.
67
68 Building mod_ngobjweb
69 =====================
70
71 TODO: write something