INSTALL 4.0 KB

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