INSTALL 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. Installation
  2. ============
  3. This program requires GTK+ 2.4.0 or higher to be compiled.
  4. Build it
  5. ========
  6. Please make sure that gtk-devel and glib-devel (or similar) packages are
  7. installed before the compilation (you may also require flex (lex) and bison
  8. (yacc)).
  9. To compile and install, just type:
  10. % ./configure
  11. % make
  12. % su
  13. Password: [Enter password]
  14. # make install
  15. To run, just type:
  16. % sylpheed-claws
  17. Additional libraries
  18. ====================
  19. only needed if you require the additional functionality
  20. Aspell (>= 0.50) (and dictionaries)
  21. for spell-checker support
  22. http://aspell.sourceforge.net/
  23. Clam AntiVirus
  24. for Clam AntiVirus plugin support
  25. http://clamav.sourceforge.net/
  26. compface
  27. for X-Face support
  28. http://freshmeat.net/projects/compface/
  29. Dillo (>= 0.7.0)
  30. for Dillo HTML viewer plugin support
  31. http://www.dillo.org/
  32. GnuPG (>= 1.2.1) and GPGME (>= 0.4.5)
  33. for GnuPG plugin support
  34. http://www.gnupg.org/
  35. ftp://ftp.gnupg.org/gcrypt/gpgme/
  36. GtkMathView (>= 0.4.2 and < 0.5)
  37. for MathML viewer plugin support
  38. http://helm.cs.unibo.it/mml-widget/
  39. J-Pilot
  40. for J-Pilot support
  41. http://www.jpilot.org/
  42. libEtPan! (>= 0.39)
  43. for IMAP4 support
  44. http://www.etpan.org
  45. libgnomeprint (>= 2.2)
  46. for extended printing support
  47. http://www.gnome.org
  48. OpenLDAP (>= 2.0.7)
  49. for LDAP support
  50. http://www.openldap.org/
  51. OpenSSL (>= 0.9.7)
  52. for SSL support
  53. http://www.openssl.org/
  54. SpamAssassin
  55. for SpamAssassin plugin support
  56. http://spamassassin.apache.org/
  57. Options for configure script
  58. ============================
  59. Most options are automatically enabled if the dependencies
  60. are matched.
  61. --with-config-dir=RCDIR local config dir (default: ~/.sylpheed-claws)
  62. --disable-compface disable compface (X-Face) support
  63. --disable-ipv6 disable IPv6 support
  64. --disable-openssl disable OpenSSL support
  65. --disable-libetpan disable IMAP4 support
  66. --disable-gnomeprint disable libgnomeprint support
  67. --disable-aspell disable GNU/aspell support
  68. --disable-ldap disable LDAP support
  69. --disable-jpilot disable JPilot support
  70. --enable-crash-dialog enable crash dialog
  71. --disable-startup-notification disable startup notification support
  72. --disable-trayicon-plugin do not build System Tray Icon plugin
  73. --enable-spamassassin-plugin build SpamAssassin plugin
  74. --disable-pgpcore-plugin do not build PGP/Core plugin
  75. --disable-pgpmime-plugin do not build PGP/MIME plugin
  76. --disable-pgpinline-plugin do not build PGP/Inline plugin
  77. --disable-mathml-viewer-plugin do not build MathML-Viewer plugin
  78. --disable-dillo-viewer-plugin do not build Dillo plugin
  79. --disable-clamav-plugin do not build Clam AntiVirus plugin
  80. For other options, refer to ./configure --help .