INSTALL 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. Installation
  2. ============
  3. This program requires GTK+ 1.2.6 or higher to be compiled.
  4. This program is developed on Debian GNU/Linux (woody/sid)
  5. (Linux 2.4.x + glibc 2.2), so it is possible not to work correctly
  6. on the other environment.
  7. It is confirmed to work on the following environments:
  8. Linux
  9. o Debian GNU/Linux unstable (sid) (glibc 2.2.x)
  10. o Debian GNU/Linux testing (woody) (glibc 2.2.x)
  11. o Debian GNU/Linux 2.2 (potato) (glibc 2.1.3)
  12. o Kondara MNU/Linux (glibc 2.1.x)
  13. o Kondara MNU/Linux 1.2
  14. o Kondara MNU/Linux 2.0
  15. o Vine Linux 1.1 (glibc 2.0.x + libwcsmbs)
  16. o Vine Linux 2.0 (glibc 2.1.x) (Intel, PPC)
  17. o Vine Linux 2.1
  18. o Vine Linux 2.1.5
  19. o Laser5 Linux 6.0 / 6.2 / 6.4 (glibc 2.1.x)
  20. o TurboLinux 4.0 (glibc 2.0.7 + libwcsmbs)
  21. o TurboLinux 6.0 (glibc 2.1.2)
  22. o TurboLinux 7.0 (glibc 2.2.x)
  23. o Miracle Linux Standard Edition Version1.0
  24. o Miracle Linux for PostgreSQL Version1.0
  25. o Miracle Linux for Samba Version1.0
  26. o RedHat Linux 5.2 (glibc 2.0.7)
  27. o RedHat Linux 6.0
  28. o RedHat Linux 6.1 + Helix GNOME (glibc 2.1.x)
  29. o RedHat Linux 6.2 / 6.2J (glibc 2.1.x)
  30. o RedHat Linux 7.0 / 7.0J / 7.1 / 7.2 / 7.3
  31. o LinuxPPC2000 + Yukikaze(Japanization kit)
  32. o Linux2000G (Intel / PPC)
  33. o HOLON Linux 2.0 (Intel / PPC)
  34. o Linux for PPC Japanese Edition 2.0 (glibc 2.1.x)
  35. o Linux for PPC Japanese Edition 3.0 (glibc 2.1.x)
  36. o LinuxPPC Q4 2000 (glibc 2.1.x)
  37. o Linux MLD4
  38. o Linux MLD5
  39. o Plamo Linux 2.0 / 2.1 / 2.2.x / 3.0-alpha
  40. o Slackware 7.0 / 7.1 / 8.0
  41. o Linux Mandrake 7.0 / 7.1 / 7.2 / 8.0 / 8.1
  42. o SuSE Linux 6.3 (glibc 2.1.2)
  43. o SuSE Linux 6.4
  44. o SuSE Linux 7.0 / 7.1 / 7.2 / 7.3
  45. o OpenLinux 2.3 (glibc 2.1.1 -> 2.1.3)
  46. o Caldera OpenDesktop 2.4
  47. o Caldera Workstation 3.1
  48. o Conectiva Linux 4.0 / 5.0 / 7.0 / 8.0
  49. o Vector Linux 1.5
  50. o Yellow Dog Linux 2.0 (glibc 2.2.1)
  51. o Yellow Dog Linux 2.1 (PowerPC)
  52. o ASP Linux 7.2 (glibc 2.2.4)
  53. o Redmond Linux (Lycoris)
  54. o Gentoo Linux 1.x
  55. BSD
  56. o FreeBSD 3.2-RELEASE
  57. o FreeBSD 3.4-RELEASE
  58. o FreeBSD 4.0/4.1/4.2/4.3/4.4/4.5/4.6-RELEASE
  59. o FreeBSD 5.0-CURRENT
  60. o NetBSD 1.4.2
  61. o NetBSD 1.5 + XPG4DL
  62. o NetBSD 1.5.1 / 1.5.2
  63. o OpenBSD 2.7
  64. o OpenBSD 2.8 (i386)
  65. o OpenBSD 2.9 / 3.0 / 3.1
  66. o BSD/OS 4.0.1
  67. Other commercial Unix
  68. o Solaris 2.5 / 2.5.1 / 2.6
  69. o Solaris 7 / 8
  70. o IRIX 6.3 / 6.4 / 6.5 6.5.8m
  71. o HP-UX 10.20 / 11.0 / 11i
  72. o Tru64 Unix 5.0 (OSF1 V5.0)
  73. o SCO UnixWare 7
  74. o Mac OS X 10.1.4 (Darwin 5.4) + XDarwin (without XLocale support) + libxpg4
  75. Others
  76. o Windows (MSVC + GTK+ for win32) (in progress)
  77. Build it
  78. ========
  79. Please make sure that gtk-devel and glib-devel (or similar) packages are
  80. installed before the compilation (you may also require flex (lex) and bison
  81. (yacc)).
  82. To compile and install, just type:
  83. % ./configure
  84. % make
  85. % su
  86. Password: [Enter password]
  87. # make install
  88. Additional libraries
  89. ====================
  90. It is recommend to install gdk-pixbuf or gdk_imlib library before installing
  91. Sylpheed for built-in image view support, and compface library for X-Face
  92. support.
  93. You can get compface utilities and library from the following location:
  94. http://freshmeat.net/projects/compface/
  95. Sylpheed supports US-ASCII, ISO-8859-1, and EUC-JP by default.
  96. If you want other character set / encoding (such as UTF-8, KOI8-R, and GB2312)
  97. to be supported, you have to install libjconv, which is a wrapper for
  98. iconv(). You can obtain it from the following location:
  99. http://ghost.math.sci.hokudai.ac.jp/misc/libjconv/
  100. GnuPG (>= 1.0.7) and GPGME (>= 0.3.5) are required for GnuPG (PGP) support.
  101. You can get GnuPG and GPGME from the following location:
  102. ftp://ftp.gnupg.org/pub/gcrypt/alpha/gpgme/
  103. ftp://ftp.gnupg.org/pub/gcrypt/gnupg/
  104. Options for configure script
  105. ============================
  106. --disable-compface disable compface (X-Face) support
  107. --disable-jconv disable libjconv support
  108. --enable-ssl SSL support (requires OpenSSL)
  109. --enable-ipv6 IPv6 support
  110. --enable-gpgme GnuPG support (requires GPGME and GnuPG)
  111. --enable-ldap LDAP support
  112. --enable-jpilot JPilot support
  113. For other options, refer to ./configure --help .
  114. If the installation of Sylpheed failed, check whether all the required
  115. libraries are correctly installed. If it still failed, please send bug
  116. report to:
  117. Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>