2007-07-24 [colin] 2.10.0cvs59
[claws.git] / INSTALL
1 Installation
2 ============
3
4 This program requires GTK+ 2.4.0 or higher to be compiled.
5
6 Build it
7 ========
8
9 Please make sure that gtk-devel and glib-devel (or similar) packages are
10 installed before the compilation (you may also require flex (lex) and bison
11 (yacc)).
12
13 To compile and install, just type:
14
15 % ./configure
16 % make
17 % su
18 Password: [Enter password]
19 # make install
20
21 To run, just type:
22
23 % claws-mail
24
25 Additional libraries
26 ====================
27 only needed if you require the additional functionality
28
29 Aspell (>= 0.50) (and dictionaries)
30     for spell-checker support
31     http://aspell.sourceforge.net/
32 Clam AntiVirus
33     for Clam AntiVirus plugin support
34     http://clamav.sourceforge.net/
35 compface
36     for X-Face support
37     http://freshmeat.net/projects/compface/
38 Dillo (>= 0.7.0)
39     for Dillo HTML viewer plugin support
40     http://www.dillo.org/
41 GnuPG (>= 1.2.1) and GPGME (>=  0.4.5)
42     for GnuPG plugin support
43     http://www.gnupg.org/
44     ftp://ftp.gnupg.org/gcrypt/gpgme/
45 GtkMathView (>= 0.4.2 and < 0.5)
46     for MathML viewer plugin support
47     http://helm.cs.unibo.it/mml-widget/
48 J-Pilot
49     for J-Pilot support
50     http://www.jpilot.org/
51 libEtPan! (>= 0.39)
52     for IMAP4 support
53     http://www.etpan.org
54 libgnomeprint (>= 2.2)
55     for extended printing support
56     http://www.gnome.org
57 OpenLDAP (>= 2.0.7)
58     for LDAP support
59     http://www.openldap.org/
60 OpenSSL (>= 0.9.7)
61     for SSL support
62     http://www.openssl.org/
63 SpamAssassin
64     for SpamAssassin plugin support
65     http://spamassassin.apache.org/
66
67 Options for configure script
68 ============================
69 Most options are automatically enabled if the dependencies
70 are matched.
71
72   --with-config-dir=RCDIR           local config dir (default: ~/.claws-mail)
73   --disable-compface                disable compface (X-Face) support
74   --disable-ipv6                    disable IPv6 support
75   --disable-openssl                 disable OpenSSL support
76   --disable-libetpan                disable IMAP4 support
77   --disable-gnomeprint              disable libgnomeprint support
78   --disable-aspell                  disable GNU/aspell support
79   --disable-ldap                    disable LDAP support
80   --disable-jpilot                  disable JPilot support
81   --enable-crash-dialog             enable crash dialog
82   --disable-startup-notification    disable startup notification support
83   --disable-trayicon-plugin         do not build System Tray Icon plugin
84   --enable-spamassassin-plugin      build SpamAssassin plugin
85   --disable-pgpcore-plugin          do not build PGP/Core plugin
86   --disable-pgpmime-plugin          do not build PGP/MIME plugin
87   --disable-pgpinline-plugin        do not build PGP/Inline plugin
88   --disable-mathml-viewer-plugin    do not build MathML-Viewer plugin
89   --disable-dillo-viewer-plugin     do not build Dillo plugin
90   --disable-clamav-plugin           do not build Clam AntiVirus plugin
91  
92 For other options, refer to ./configure --help .
93
94