File: INSTALL

package info (click to toggle)
claws-mail 3.8.1-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 36,556 kB
  • sloc: ansic: 196,305; sh: 12,332; xml: 12,184; perl: 2,487; makefile: 2,377; yacc: 2,334; lex: 292; python: 278
file content (98 lines) | stat: -rw-r--r-- 3,186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Installation
============

This program requires GTK+ 2.10.0 or higher to be compiled.

Build it
========

Please make sure that gtk-devel and glib-devel (or similar) packages are
installed before the compilation (you may also require flex (lex) and bison
(yacc)).

To compile and install, just type:

% ./configure
% make
% su
Password: [Enter password]
# make install

To run, just type:

% claws-mail

Additional libraries
====================
only needed if you require the additional functionality

Bogofilter
    for Bogofilter plugin support
    http://bogofilter.sourceforge.net/
compface
    for X-Face support
    http://freshmeat.net/projects/compface/
D-Bus
    for interprocess communication support
    http://www.freedesktop.org/wiki/Software/dbus
Dillo (>= 0.7.0)
    for Dillo HTML viewer plugin support
    http://www.dillo.org/
Enchant (and dictionaries)
    for spell-checker support
    http://www.abisource.com/enchant/
GnuPG (>= 1.2.1) and GPGME (>=  0.4.5)
    for GnuPG and S/MIME plugin support
    http://www.gnupg.org/
    ftp://ftp.gnupg.org/gcrypt/gpgme/
J-Pilot
    for J-Pilot support
    http://www.jpilot.org/
libEtPan! (>= 0.57)
    for IMAP4 and NNTP support
    http://www.etpan.org
Network Manager
    for support for detection of network connection changes
    http://www.gnome.org/projects/NetworkManager/
OpenLDAP (>= 2.0.7)
    for LDAP support
    http://www.openldap.org/
GnuTLS (>= 0.4.2)
    for SSL support
    http://www.gnu.org/software/gnutls/
SpamAssassin
    for SpamAssassin plugin support
    http://spamassassin.apache.org/

Options for configure script
============================
Most options are automatically enabled if the dependencies
are matched.

  --with-config-dir=RCDIR      	    local config dir (default: ~/.claws-mail)
  --disable-compface  		    disable compface (X-Face) support
  --disable-ipv6      		    disable IPv6 support
  --disable-gnutls    		    disable GnuTLS support
  --disable-libetpan		    disable IMAP4 and NNTP support
  --disable-gnomeprint		    disable libgnomeprint support
  --disable-enchant     	    disable Enchant support
  --disable-ldap       		    disable LDAP support
  --disable-jpilot     		    disable JPilot support
  --disable-startup-notification    disable startup notification support
  --disable-valgrind                disable valgrind support for debugging
 --enable-crash-dialog   	    enable crash dialog
  --disable-startup-notification    disable startup notification support
  --disable-trayicon-plugin         do not build System Tray Icon plugin
  --disable-spamassassin-plugin     do not build SpamAssassin plugin
  --disable-pgpcore-plugin	    do not build PGP/Core plugin
  --disable-pgpmime-plugin          do not build PGP/MIME plugin
  --disable-pgpinline-plugin        do not build PGP/Inline plugin
  --disable-smime-plugin            do not build S/Mime plugin
  --disable-dillo-viewer-plugin     do not build Dillo plugin
  --disable-bogofilter-plugin       do not build bogofilter plugin
  --disable-manual		    do not build user manuals
  --disable-nls           	    do not use Native Language Support

For other options, refer to ./configure --help .