-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALL
106 lines (91 loc) · 2.72 KB
/
INSTALL
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
99
100
101
102
103
104
Installation
============
This program requires GTK+ 2.24 or higher to be compiled.
Build it
========
If you're using a package-based system, 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 or programs
================================
only needed if you require the additional functionality
Bogofilter
for Bogofilter plugin support
https://www.bogofilter.org/
Bsfilter
for Bsfilter plugin support
https://osdn.net/projects/bsfilter/
Canberra (>= 0.6)
for some sound features of Notification plugin
https://0pointer.de/lennart/projects/libcanberra/
compface
for X-Face support
https://freshmeat.net/projects/compface/
Clam AntiVirus daemon
for Clamd plugin support
https://www.clamav.net/
D-Bus (>= 0.60)
for interprocess communication support
https://www.freedesktop.org/wiki/Software/dbus
Enchant (and dictionaries) (>= 1.0.0)
for spell-checker support
https://abiword.github.io/enchant/
GnuPG (>= 1.2.1) and GPGME (>= 0.4.5)
for GnuPG and S/MIME plugin support
https://www.gnupg.org/
https://www.gnupg.org/software/gpgme/
GnuTLS (>= 0.4.2)
for SSL support
https://gnutls.org/
GTK+ WebKit (>= 2.0)
for Fancy plugin support
https://trac.webkit.org/wiki/WebKitGTK/
Gs tool
for PostScript feature of PDF Viewer plugin
https://pages.cs.wisc.edu/~ghost/
Indicate (>= 0.3.0)
for indicator feature of Notification plugin
https://launchpad.net/libindicator/
J-Pilot
for J-Pilot support
https://www.jpilot.org/
LCDproc daemon
for lcdproc feature of Notification plugin
https://www.lcdproc.org
libEtPan! (>= 0.57)
for IMAP4, NNTP and Mailmbox plugin support
https://www.etpan.org
Network Manager (>= 0.6.2)
for support for detection of network connection changes
https://www.gnome.org/projects/NetworkManager/
OpenLDAP (>= 2.0.7)
for LDAP support
https://www.openldap.org/
Perl (>= 5.8.0)
for perl plugin support
https://www.perl.org/
Poppler (>= 0.4.2)
for PDF Viewer plugin support
http://poppler.freedesktop.org/
PyGTK (>= 2.10.3)
for Python plugin support
https://wiki.gnome.org/Projects/PyGTK
Python
for Python plugin support
https://python.org/
SpamAssassin
for SpamAssassin plugin support
https://spamassassin.apache.org/
Options for configure script
============================
For list of available options, refer to "./configure --help".
Most options are automatically enabled if the dependencies
are matched.