2005-01-27 [colin] 1.0.0cvs18.1
[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 GnuPG (>= 1.2.1) and GPGME (>= 0.3.12 and < 0.4)
29     for GnuPG support
30     http://www.gnupg.org/
31     http://www.gnupg.org/gpgme.html
32 OpenSSL (>= 0.9.7)
33     for SSL support
34     http://www.openssl.org/
35 OpenLDAP (>= 2.0.7)
36     for LDAP support
37     http://www.openldap.org/
38 Aspell (>= 0.50) (and dictionaries)
39     for spell-checker support
40     http://aspell.sourceforge.net/
41 J-Pilot
42     for J-Pilot support
43     http://www.jpilot.org/
44 gdk-pixbuf or imlib
45     for image viewer plugin support
46     ftp://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/
47     ftp://ftp.gnome.org/pub/GNOME/sources/imlib/
48 SpamAssassin
49     for SpamAssassin plugin support
50     http://spamassassin.org/
51 Clam AntiVirus
52     for Clam AntiVirus plugin support
53     http://clamav.sourceforge.net/
54 Dillo
55     for Dillo HTML viewer plugin support
56     http://www.dillo.org/
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-gpgme                    GnuPG support
68   --enable-aspell                   GNU/aspell support
69   --enable-ldap                     LDAP support
70   --enable-jpilot                   JPilot support
71   --enable-crash-dialog             enable crash dialog
72   --disable-startup-notification    disable startup notification support
73   --disable-trayicon-plugin         Do not build System Tray Icon plugin
74   --enable-spamassassin-plugin      Build SpamAssassin plugin
75   --disable-pgpmime-plugin          Do not build PGP/MIME plugin
76   --disable-mathml-viewer-plugin    Do not build MathML-Viewer plugin
77   --disable-image-viewer-plugin     Do not build image viewer plugin
78   --disable-dillo-viewer-plugin     Do not build Dillo plugin
79   --disable-clamav-plugin           Do not build Clam AntiVirus plugin
80  
81 For other options, refer to ./configure --help .
82
83