*** empty log message ***
[claws.git] / INSTALL
1 Installation
2 ============
3
4 This program requires GTK+ 1.2.x 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 Additional libraries
22 ====================
23 only needed if you require the additional functionality
24
25 compface
26     for X-Face support
27     http://freshmeat.net/projects/compface/
28 OpenSSL (>= 0.9.7)
29     for SSL support
30     http://www.openssl.org/
31 OpenLDAP (>= 2.0.7)
32     for LDAP support
33     http://www.openldap.org/
34 Aspell (>= 0.50) (and dictionaries)
35     for spell-checker support
36     http://aspell.sourceforge.net/
37 J-Pilot
38     for J-Pilot support
39     http://www.jpilot.org/
40 gdk-pixbuf or imlib
41     for image viewer plugin support
42     ftp://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/
43     ftp://ftp.gnome.org/pub/GNOME/sources/imlib/
44 SpamAssassin
45     for SpamAssassin plugin support
46     http://spamassassin.org/
47 Clam AntiVirus
48     for Clam AntiVirus plugin support
49     http://clamav.sourceforge.net/
50 Dillo (>= 0.7.0)
51     for Dillo HTML viewer plugin support
52     http://www.dillo.org/
53 GnuPG (>= 1.2.1) and GPGME (>= 0.3.12 and < 0.4)
54     for PGP/MIME plugin support
55     http://www.gnupg.org/
56     http://www.gnupg.org/gpgme.html
57 GtkMathView (>= 0.4.2 and < 0.5)
58     for MathML viewer plugin support
59     http://helm.cs.unibo.it/mml-widget/
60   
61 Options for configure script
62 ============================
63   --with-config-dir=RCDIR           Local config dir (default: .sylpheed)
64   --disable-compface                disable compface (X-Face) support
65   --disable-ipv6                    disable IPv6 support
66   --enable-openssl                  OpenSSL support
67   --enable-aspell                   GNU/aspell support
68   --enable-ldap                     LDAP support
69   --enable-jpilot                   JPilot support
70   --enable-crash-dialog             enable crash dialog
71   --disable-startup-notification    disable startup notification support
72   --disable-trayicon-plugin         Do not build System Tray Icon plugin
73   --enable-spamassassin-plugin      Build SpamAssassin plugin
74   --disable-pgpmime-plugin          Do not build PGP/MIME plugin
75   --disable-mathml-viewer-plugin    Do not build MathML-Viewer plugin
76   --disable-image-viewer-plugin     Do not build image viewer plugin
77   --disable-dillo-viewer-plugin     Do not build Dillo plugin
78   --disable-clamav-plugin           Do not build Clam AntiVirus plugin
79  
80 For other options, refer to ./configure --help .
81
82