INSTALL 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. Additional libraries
  16. ====================
  17. only needed if you require the additional functionality
  18. compface
  19. for X-Face support
  20. http://freshmeat.net/projects/compface/
  21. GnuPG (>= 1.2.1) and GPGME (>= 0.3.12 and < 0.4)
  22. for GnuPG support
  23. http://www.gnupg.org/
  24. ftp://ftp.gnupg.org/gcrypt/gpgme/
  25. OpenSSL (>= 0.9.7)
  26. for SSL support
  27. http://www.openssl.org/
  28. OpenLDAP (>= 2.0.7)
  29. for LDAP support
  30. http://www.openldap.org/
  31. Aspell (>= 0.50) (and dictionaries)
  32. for spell-checker support
  33. http://aspell.sourceforge.net/
  34. J-Pilot
  35. for J-Pilot support
  36. http://www.jpilot.org/
  37. SpamAssassin
  38. for SpamAssassin plugin support
  39. http://spamassassin.org/
  40. Clam AntiVirus
  41. for Clam AntiVirus plugin support
  42. http://clamav.sourceforge.net/
  43. Dillo (>= 0.7.0)
  44. for Dillo HTML viewer plugin support
  45. http://www.dillo.org/
  46. GtkMathView (>= 0.4.2 and < 0.5)
  47. for MathML viewer plugin support
  48. http://helm.cs.unibo.it/mml-widget/
  49. Options for configure script
  50. ============================
  51. --with-config-dir=RCDIR Local config dir (default: .sylpheed-gtk2)
  52. --disable-compface disable compface (X-Face) support
  53. --disable-ipv6 disable IPv6 support
  54. --disable-openssl disable OpenSSL support
  55. --enable-aspell GNU/aspell support
  56. --enable-ldap LDAP support
  57. --enable-jpilot JPilot support
  58. --enable-crash-dialog enable crash dialog
  59. --disable-startup-notification disable startup notification support
  60. --disable-trayicon-plugin Do not build System Tray Icon plugin
  61. --enable-spamassassin-plugin Build SpamAssassin plugin
  62. --disable-pgpmime-plugin Do not build PGP/MIME plugin
  63. --disable-mathml-viewer-plugin Do not build MathML-Viewer plugin
  64. --disable-dillo-viewer-plugin Do not build Dillo plugin
  65. --disable-clamav-plugin Do not build Clam AntiVirus plugin
  66. For other options, refer to ./configure --help .