123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- 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
- http://bogofilter.sourceforge.net/
- Bsfilter
- for Bsfilter plugin support
- http://sourceforge.jp/projects/bsfilter/
- Canberra (>= 0.6)
- for some sound features of Notification plugin
- http://0pointer.de/lennart/projects/libcanberra/
- compface
- for X-Face support
- http://freshmeat.net/projects/compface/
- Clam AntiVirus daemon
- for Clamd plugin support
- http://www.clamav.net/
- D-Bus (>= 0.60)
- for interprocess communication support
- http://www.freedesktop.org/wiki/Software/dbus
- Enchant (and dictionaries) (>= 1.0.0)
- for spell-checker support
- http://www.abisource.com/enchant/
- GData (>= 0.6.4)
- for GData plugin support
- https://live.gnome.org/libgdata/
- 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/
- GnuTLS (>= 0.4.2)
- for SSL support
- http://www.gnu.org/software/gnutls/
- GTK+ WebKit (>= 1.0)
- for Fancy plugin support
- http://trac.webkit.org/wiki/WebKitGTK/
- Gs tool
- for PostScript feature of PDF Viewer plugin
- http://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
- http://www.jpilot.org/
- LCDproc daemon
- for lcdproc feature of Notification plugin
- http://www.lcdproc.org
- libEtPan! (>= 0.57)
- for IMAP4, NNTP and Mailmbox plugin support
- http://www.etpan.org
- Network Manager (>= 0.6.2)
- 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/
- Perl (>= 5.8.0)
- for perl plugin support
- http://www.perl.org/
- Poppler (>= 0.4.2)
- for PDF Viewer plugin support
- http://poppler.freedesktop.org/
- GnuTLS (>= 0.4.2)
- for SSL support
- http://www.gnu.org/software/gnutls/
- PyGTK (>= 2.10.3)
- for Python plugin support
- http://www.pygtk.org/
- Python
- for Python plugin support
- http://python.org/
- SpamAssassin
- for SpamAssassin plugin support
- http://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.
|