updated translation
[claws.git] / INSTALL
1 Installation
2 ============
3
4 This program requires GTK+ 1.2.6 or higher to be compiled.
5
6 This program is developed on Debian GNU/Linux (woody/sid)
7 (Linux 2.4.x + glibc 2.2), so it is possible not to work correctly
8 on the other environment.
9
10 It is confirmed to work on the following environments:
11
12 o Debian GNU/Linux (woody/sid) (glibc 2.2.x)
13 o Kondara MNU/Linux (glibc 2.1.x)
14 o Vine Linux 1.1 (glibc 2.0.x + libwcsmbs)
15 o Vine Linux 2.0 (glibc 2.1.x) (Intel, PPC)
16 o Vine Linux 2.1
17 o Laser5 Linux 6.0 (glibc 2.1.x)
18 o Laser5 Linux 6.2 (glibc 2.1.x)
19 o Laser5 Linux 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 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
30 o RedHat Linux 7.1
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 Linux MLD4
37 o Linux MLD5
38 o Plamo Linux 2.0
39 o Slackware 7.1
40 o Linux Mandrake 7.0
41 o Linux Mandrake 7.1
42 o Linux Mandrake 7.2
43 o Linux Mandrake 8.0
44 o SuSE Linux 6.3 (glibc 2.1.2)
45 o SuSE Linux 6.4
46 o SuSE Linux 7.0
47 o SuSE Linux 7.1
48 o SuSE Linux 7.2
49 o OpenLinux 2.3 (glibc 2.1.1 -> 2.1.3)
50 o Caldera OpenDesktop 2.4
51 o Conectiva Linux 4.0
52 o Conectiva Linux 5.0
53 o Vector Linux 1.5
54 o FreeBSD 3.2-RELEASE
55 o FreeBSD 3.4-RELEASE
56 o FreeBSD 4.0-RELEASE
57 o FreeBSD 4.1-RELEASE
58 o FreeBSD 4.2-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
63 o OpenBSD 2.7
64 o OpenBSD 2.8 (i386)
65 o OpenBSD 2.9
66 o BSD/OS 4.0.1
67 o Solaris 2.5
68 o Solaris 2.5.1
69 o Solaris 2.6
70 o Solaris 7
71 o Solaris 8
72 o IRIX 6.3
73 o IRIX 6.5 6.5.8m
74 o HP-UX 10.20
75 o Tru64 Unix 5.0 (OSF1 V5.0)
76 o SCO UnixWare 7
77 o Mac OS X (Darwin 1.3) + Xtools (has locale problem)
78 o Windows (cygwin + GTK+ for win32) (unstable)
79
80 For installation, just type:
81
82 % ./configure
83 % make
84 % su
85 Password: [Enter password]
86 # make install
87
88 I recommend you to install gdk-pixbuf or gdk_imlib library before installing
89 for built-in image view support, and libcompface for X-Face support.
90
91
92 If you want to enable SSL support, append the option
93 --enable-ssl after ./configure (you need OpenSSL).
94
95 If you want to enable IPv6 support, append the option
96 --enable-ipv6 after ./configure.
97
98 If you want to enable GnuPG support, you need GPGME 0.2.1 or later, and
99 GnuPG 1.0.4f or later. You can get them from the following location:
100
101   ftp://ftp.gnupg.org/pub/gcrypt/alpha/gpgme/
102   ftp://ftp.gnupg.org/pub/gcrypt/devel/
103
104 and append the option --enable-gpgme after ./configure.
105
106 WARNING: the GnuPG support is still in the development stage, and it
107          may not work correctly. I suggest never to use a real key.
108          Please use sample keys.
109
110 For other options, refer to ./configure --help .
111
112
113 If the installation of Sylpheed failed, check all needed libraries are
114 correctly installed. If it still failed, please send bug report to:
115
116   Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>