X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=INSTALL;h=17df779d804229fe9c2185e867a850187cc011a7;hp=0f2e8c38bd9d5628b10c752be1afafc657247817;hb=f3ed92028a4873531d24eb1c317d276f165ac7a8;hpb=820618c7d9db49e58cbb4fd907e53e428488d1ce;ds=sidebyside diff --git a/INSTALL b/INSTALL index 0f2e8c38b..17df779d8 100644 --- a/INSTALL +++ b/INSTALL @@ -9,18 +9,24 @@ on the other environment. It is confirmed to work on the following environments: +Linux + o Debian GNU/Linux unstable (sid) (glibc 2.2.x) o Debian GNU/Linux testing (woody) (glibc 2.2.x) o Debian GNU/Linux 2.2 (potato) (glibc 2.1.3) o Kondara MNU/Linux (glibc 2.1.x) +o Kondara MNU/Linux 1.2 +o Kondara MNU/Linux 2.0 o Vine Linux 1.1 (glibc 2.0.x + libwcsmbs) o Vine Linux 2.0 (glibc 2.1.x) (Intel, PPC) o Vine Linux 2.1 +o Vine Linux 2.1.5 o Laser5 Linux 6.0 (glibc 2.1.x) o Laser5 Linux 6.2 (glibc 2.1.x) o Laser5 Linux 6.4 (glibc 2.1.x) o TurboLinux 4.0 (glibc 2.0.7 + libwcsmbs) o TurboLinux 6.0 (glibc 2.1.2) +o TurboLinux 7.0 (glibc 2.2.x) o Miracle Linux Standard Edition Version1.0 o Miracle Linux for PostgreSQL Version1.0 o Miracle Linux for Samba Version1.0 @@ -30,6 +36,7 @@ o RedHat Linux 6.1 + Helix GNOME (glibc 2.1.x) o RedHat Linux 6.2 / 6.2J (glibc 2.1.x) o RedHat Linux 7.0 / 7.0J o RedHat Linux 7.1 +o RedHat Linux 7.2 o LinuxPPC2000 + Yukikaze(Japanization kit) o Linux2000G (Intel / PPC) o HOLON Linux 2.0 (Intel / PPC) @@ -39,6 +46,8 @@ o LinuxPPC Q4 2000 (glibc 2.1.x) o Linux MLD4 o Linux MLD5 o Plamo Linux 2.0 +o Plamo Linux 2.1 +o Slackware 7.0 o Slackware 7.1 o Slackware 8.0 o Linux Mandrake 7.0 @@ -51,42 +60,68 @@ o SuSE Linux 6.4 o SuSE Linux 7.0 o SuSE Linux 7.1 o SuSE Linux 7.2 +o SuSE Linux 7.3 o OpenLinux 2.3 (glibc 2.1.1 -> 2.1.3) o Caldera OpenDesktop 2.4 o Caldera Workstation 3.1 o Conectiva Linux 4.0 o Conectiva Linux 5.0 +o Conectiva Linux 7.0 o Vector Linux 1.5 o Yellow Dog Linux 2.0 (glibc 2.2.1) +o Yellow Dog Linux 2.1 (PowerPC) +o ASP Linux 7.2 (glibc 2.2.4) +o Redmond Linux (Lycoris) + +BSD + o FreeBSD 3.2-RELEASE o FreeBSD 3.4-RELEASE o FreeBSD 4.0-RELEASE o FreeBSD 4.1-RELEASE o FreeBSD 4.2-RELEASE o FreeBSD 4.3-RELEASE +o FreeBSD 4.4-RELEASE o FreeBSD 5.0-CURRENT o NetBSD 1.4.2 o NetBSD 1.5 + XPG4DL o NetBSD 1.5.1 +o NetBSD 1.5.2 o OpenBSD 2.7 o OpenBSD 2.8 (i386) o OpenBSD 2.9 +o OpenBSD 3.0 o BSD/OS 4.0.1 + +Other commercial Unix + o Solaris 2.5 o Solaris 2.5.1 o Solaris 2.6 o Solaris 7 o Solaris 8 o IRIX 6.3 +o IRIX 6.4 o IRIX 6.5 6.5.8m o HP-UX 10.20 +o HP-UX 11.0 +o HP-UX 11i o Tru64 Unix 5.0 (OSF1 V5.0) o SCO UnixWare 7 -o Mac OS X (Darwin 1.3) + Xtools (has locale problem) -o Windows (cygwin + GTK+ for win32) (unstable) +o Mac OS X 10.1.3 (Darwin 5.3) + XDarwin (without XLocale support) + libxpg4 + +Others +o Windows (cygwin + GTK+ for win32) (in progress) -For installation, just type: +Build it +======== + +Please make sure that gtk-devel and glib-devel (or similar) packages are +installed before the compilation (you may also require flex (lex) and bison +(yacc)). + +To compile and install, just type: % ./configure % make @@ -94,9 +129,22 @@ For installation, just type: Password: [Enter password] # make install +Additional libraries +==================== + I recommend you to install gdk-pixbuf or gdk_imlib library before installing -for built-in image view support, and libcompface for X-Face support. +for built-in image view support, and compface library for X-Face support. + +You can get compface utilities and library from the following location: + + http://freshmeat.net/projects/compface/ + +Sylpheed supports US-ASCII, ISO-8859-1, and EUC-JP by default. +If you want other character set / encoding (such as UTF-8, KOI8-R, and GB2312) +to be supported, you have to install libjconv, which is a wrapper for +iconv(). You can obtain it from the following location: + http://www.kondara.org/libjconv/index.html If you want to enable SSL support, append the option --enable-ssl after ./configure (you need OpenSSL). @@ -108,7 +156,7 @@ If you want to enable GnuPG support, you need GPGME 0.2.3 or later, and GnuPG 1.0.6 or later. You can get them from the following location: ftp://ftp.gnupg.org/pub/gcrypt/alpha/gpgme/ - ftp://ftp.gnupg.org/pub/gcrypt/devel/ + ftp://ftp.gnupg.org/pub/gcrypt/gnupg/ and append the option --enable-gpgme after ./configure.