INSTALL 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Installation
  2. ============
  3. This program requires GTK+ 1.2.x 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. OpenSSL (>= 0.9.7)
  22. for SSL support
  23. http://www.openssl.org/
  24. OpenLDAP (>= 2.0.7)
  25. for LDAP support
  26. http://www.openldap.org/
  27. Aspell (>= 0.50) (and dictionaries)
  28. for spell-checker support
  29. http://aspell.sourceforge.net/
  30. J-Pilot
  31. for J-Pilot support
  32. http://www.jpilot.org/
  33. gdk-pixbuf or imlib
  34. for image viewer plugin support
  35. ftp://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/
  36. ftp://ftp.gnome.org/pub/GNOME/sources/imlib/
  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. GnuPG (>= 1.2.1) and GPGME (>= 0.3.12 and < 0.4)
  47. for PGP/MIME plugin support
  48. http://www.gnupg.org/
  49. http://www.gnupg.org/gpgme.html
  50. GtkMathView (>= 0.4.2 and < 0.5)
  51. for MathML viewer plugin support
  52. http://helm.cs.unibo.it/mml-widget/
  53. Options for configure script
  54. ============================
  55. --with-config-dir=RCDIR Local config dir (default: .sylpheed)
  56. --disable-compface disable compface (X-Face) support
  57. --disable-ipv6 disable IPv6 support
  58. --enable-openssl OpenSSL support
  59. --enable-aspell GNU/aspell support
  60. --enable-ldap LDAP support
  61. --enable-jpilot JPilot support
  62. --enable-crash-dialog enable crash dialog
  63. --disable-startup-notification disable startup notification support
  64. --disable-trayicon-plugin Do not build System Tray Icon plugin
  65. --enable-spamassassin-plugin Build SpamAssassin plugin
  66. --disable-pgpmime-plugin Do not build PGP/MIME plugin
  67. --disable-mathml-viewer-plugin Do not build MathML-Viewer plugin
  68. --disable-image-viewer-plugin Do not build image viewer plugin
  69. --disable-dillo-viewer-plugin Do not build Dillo plugin
  70. --disable-clamav-plugin Do not build Clam AntiVirus plugin
  71. For other options, refer to ./configure --help .