INSTALL 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. Installation
  2. ============
  3. This program requires GTK 3.20 or higher to be compiled.
  4. Build it
  5. ========
  6. If you're using a package-based system, please make sure that gtk-devel
  7. and glib-devel (or similar) packages are installed before the compilation
  8. (you may also require flex (lex), and bison (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. % claws-mail
  17. Additional libraries or programs
  18. ================================
  19. only needed if you require the additional functionality
  20. Bogofilter
  21. for Bogofilter plugin support
  22. https://www.bogofilter.org/
  23. Bsfilter
  24. for Bsfilter plugin support
  25. https://osdn.net/projects/bsfilter/
  26. Canberra (>= 0.6)
  27. for some sound features of Notification plugin
  28. https://0pointer.de/lennart/projects/libcanberra/
  29. compface
  30. for X-Face support
  31. https://freshmeat.net/projects/compface/
  32. Clam AntiVirus daemon
  33. for Clamd plugin support
  34. https://www.clamav.net/
  35. D-Bus (>= 0.60)
  36. for interprocess communication support
  37. https://www.freedesktop.org/wiki/Software/dbus
  38. Enchant (and dictionaries) (>= 1.0.0)
  39. for spell-checker support
  40. https://abiword.github.io/enchant/
  41. GnuPG (>= 1.2.1) and GPGME (>= 0.4.5)
  42. for GnuPG and S/MIME plugin support
  43. https://www.gnupg.org/
  44. https://www.gnupg.org/software/gpgme/
  45. GnuTLS (>= 0.4.2)
  46. for SSL support
  47. https://gnutls.org/
  48. GTK WebKit (>= 2.0)
  49. for Fancy plugin support
  50. https://trac.webkit.org/wiki/WebKitGTK/
  51. Gs tool
  52. for PostScript feature of PDF Viewer plugin
  53. https://pages.cs.wisc.edu/~ghost/
  54. Indicate (>= 0.3.0)
  55. for indicator feature of Notification plugin
  56. https://launchpad.net/libindicator/
  57. J-Pilot
  58. for J-Pilot support
  59. https://www.jpilot.org/
  60. LCDproc daemon
  61. for lcdproc feature of Notification plugin
  62. https://www.lcdproc.org
  63. libEtPan! (>= 0.57)
  64. for IMAP4, NNTP and Mailmbox plugin support
  65. https://www.etpan.org
  66. Network Manager (>= 0.6.2)
  67. for support for detection of network connection changes
  68. https://www.gnome.org/projects/NetworkManager/
  69. OpenLDAP (>= 2.0.7)
  70. for LDAP support
  71. https://www.openldap.org/
  72. Perl (>= 5.8.0)
  73. for perl plugin support
  74. https://www.perl.org/
  75. Poppler (>= 0.4.2)
  76. for PDF Viewer plugin support
  77. https://poppler.freedesktop.org/
  78. PyGObject (>= 3.0.0)
  79. for Python plugin support
  80. https://pygobject.readthedocs.io/
  81. Python
  82. for Python plugin support
  83. https://python.org/
  84. SpamAssassin
  85. for SpamAssassin plugin support
  86. https://spamassassin.apache.org/
  87. Options for configure script
  88. ============================
  89. For list of available options, refer to "./configure --help".
  90. Most options are automatically enabled if the dependencies
  91. are matched.