]> err.no Git - sope/blob - INSTALL
sneaked in a space to modify timestamp
[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 Installation:
59
60   make -s debug=yes strip=yes install
61
62 Important: ensure that GNUstep.sh from gnustep-make is properly loaded into the
63            shell environment, otherwise you will see errors like "/common.make"
64            not being found.
65
66 Building mod_ngobjweb
67 =====================
68
69 TODO: write something