02dd9e005c
* AUTHORS * INSTALL * README.claws updated * Makefile.am * RELEASE_NOTES.claws add release notes to cvs to simplify release procedure * configure.ac add ca and fi to ALL_LINGUAS * po/Makefile.in.in workaround for missing Makevars * po/ca.po * po/fi.po add new Catalan and Finnish translations submitted by Miquel Oliete and Flammie Pirinen * po/de.po * po/es.po * po/fr.po * po/it.po * po/pl.po * po/ru.po * po/sk.po * po/sr.po * po/zh_CN.po updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard, Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian, Urke MMI, and Hansom Young * src/main.c Fix drafting when quitting. compose_draft() closes the compose windows, which modifies the compose_list GSList. We have to refresh this list after echo drafting to avoid a segfault * src/partial_download.c fix segfault on exit
77 lines
2.3 KiB
Text
77 lines
2.3 KiB
Text
Installation
|
|
============
|
|
|
|
This program requires GTK+ 2.4.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
|
|
|
|
Additional libraries
|
|
====================
|
|
only needed if you require the additional functionality
|
|
|
|
compface
|
|
for X-Face support
|
|
http://freshmeat.net/projects/compface/
|
|
GnuPG (>= 1.2.1) and GPGME (>= 0.3.12 and < 0.4)
|
|
for GnuPG support
|
|
http://www.gnupg.org/
|
|
ftp://ftp.gnupg.org/gcrypt/gpgme/
|
|
OpenSSL (>= 0.9.7)
|
|
for SSL support
|
|
http://www.openssl.org/
|
|
OpenLDAP (>= 2.0.7)
|
|
for LDAP support
|
|
http://www.openldap.org/
|
|
Aspell (>= 0.50) (and dictionaries)
|
|
for spell-checker support
|
|
http://aspell.sourceforge.net/
|
|
J-Pilot
|
|
for J-Pilot support
|
|
http://www.jpilot.org/
|
|
SpamAssassin
|
|
for SpamAssassin plugin support
|
|
http://spamassassin.org/
|
|
Clam AntiVirus
|
|
for Clam AntiVirus plugin support
|
|
http://clamav.sourceforge.net/
|
|
Dillo (>= 0.7.0)
|
|
for Dillo HTML viewer plugin support
|
|
http://www.dillo.org/
|
|
GtkMathView (>= 0.4.2 and < 0.5)
|
|
for MathML viewer plugin support
|
|
http://helm.cs.unibo.it/mml-widget/
|
|
|
|
Options for configure script
|
|
============================
|
|
--with-config-dir=RCDIR Local config dir (default: .sylpheed-gtk2)
|
|
--disable-compface disable compface (X-Face) support
|
|
--disable-ipv6 disable IPv6 support
|
|
--disable-openssl disable OpenSSL support
|
|
--enable-aspell GNU/aspell support
|
|
--enable-ldap LDAP support
|
|
--enable-jpilot JPilot support
|
|
--enable-crash-dialog enable crash dialog
|
|
--disable-startup-notification disable startup notification support
|
|
--disable-trayicon-plugin Do not build System Tray Icon plugin
|
|
--enable-spamassassin-plugin Build SpamAssassin plugin
|
|
--disable-pgpmime-plugin Do not build PGP/MIME plugin
|
|
--disable-mathml-viewer-plugin Do not build MathML-Viewer plugin
|
|
--disable-dillo-viewer-plugin Do not build Dillo plugin
|
|
--disable-clamav-plugin Do not build Clam AntiVirus plugin
|
|
|
|
For other options, refer to ./configure --help .
|
|
|
|
|