add SSH tunnel stuff
[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 Linux
13
14 o Debian GNU/Linux unstable (sid) (glibc 2.2.x)
15 o Debian GNU/Linux testing (woody) (glibc 2.2.x)
16 o Debian GNU/Linux 2.2 (potato) (glibc 2.1.3)
17 o Kondara MNU/Linux (glibc 2.1.x)
18 o Kondara MNU/Linux 1.2
19 o Kondara MNU/Linux 2.0
20 o Vine Linux 1.1 (glibc 2.0.x + libwcsmbs)
21 o Vine Linux 2.0 (glibc 2.1.x) (Intel, PPC)
22 o Vine Linux 2.1
23 o Vine Linux 2.1.5
24 o Laser5 Linux 6.0 (glibc 2.1.x)
25 o Laser5 Linux 6.2 (glibc 2.1.x)
26 o Laser5 Linux 6.4 (glibc 2.1.x)
27 o TurboLinux 4.0 (glibc 2.0.7 + libwcsmbs)
28 o TurboLinux 6.0 (glibc 2.1.2)
29 o TurboLinux 7.0 (glibc 2.2.x)
30 o Miracle Linux Standard Edition Version1.0
31 o Miracle Linux for PostgreSQL Version1.0
32 o Miracle Linux for Samba Version1.0
33 o RedHat Linux 5.2 (glibc 2.0.7)
34 o RedHat Linux 6.0
35 o RedHat Linux 6.1 + Helix GNOME (glibc 2.1.x)
36 o RedHat Linux 6.2 / 6.2J (glibc 2.1.x)
37 o RedHat Linux 7.0 / 7.0J
38 o RedHat Linux 7.1
39 o RedHat Linux 7.2
40 o LinuxPPC2000 + Yukikaze(Japanization kit)
41 o Linux2000G (Intel / PPC)
42 o HOLON Linux 2.0 (Intel / PPC)
43 o Linux for PPC Japanese Edition 2.0 (glibc 2.1.x)
44 o Linux for PPC Japanese Edition 3.0 (glibc 2.1.x)
45 o LinuxPPC Q4 2000 (glibc 2.1.x)
46 o Linux MLD4
47 o Linux MLD5
48 o Plamo Linux 2.0
49 o Plamo Linux 2.1
50 o Slackware 7.0
51 o Slackware 7.1
52 o Slackware 8.0
53 o Linux Mandrake 7.0
54 o Linux Mandrake 7.1
55 o Linux Mandrake 7.2
56 o Linux Mandrake 8.0
57 o Linux Mandrake 8.1
58 o SuSE Linux 6.3 (glibc 2.1.2)
59 o SuSE Linux 6.4
60 o SuSE Linux 7.0
61 o SuSE Linux 7.1
62 o SuSE Linux 7.2
63 o SuSE Linux 7.3
64 o OpenLinux 2.3 (glibc 2.1.1 -> 2.1.3)
65 o Caldera OpenDesktop 2.4
66 o Caldera Workstation 3.1
67 o Conectiva Linux 4.0
68 o Conectiva Linux 5.0
69 o Vector Linux 1.5
70 o Yellow Dog Linux 2.0 (glibc 2.2.1)
71 o Yellow Dog Linux 2.1 (PowerPC)
72
73 BSD
74
75 o FreeBSD 3.2-RELEASE
76 o FreeBSD 3.4-RELEASE
77 o FreeBSD 4.0-RELEASE
78 o FreeBSD 4.1-RELEASE
79 o FreeBSD 4.2-RELEASE
80 o FreeBSD 4.3-RELEASE
81 o FreeBSD 4.4-RELEASE
82 o FreeBSD 5.0-CURRENT
83 o NetBSD 1.4.2
84 o NetBSD 1.5 + XPG4DL
85 o NetBSD 1.5.1
86 o NetBSD 1.5.2
87 o OpenBSD 2.7
88 o OpenBSD 2.8 (i386)
89 o OpenBSD 2.9
90 o OpenBSD 3.0
91 o BSD/OS 4.0.1
92
93 Other commercial Unix
94
95 o Solaris 2.5
96 o Solaris 2.5.1
97 o Solaris 2.6
98 o Solaris 7
99 o Solaris 8
100 o IRIX 6.3
101 o IRIX 6.5 6.5.8m
102 o HP-UX 10.20
103 o HP-UX 11.0
104 o HP-UX 11i
105 o Tru64 Unix 5.0 (OSF1 V5.0)
106 o SCO UnixWare 7
107 o Mac OS X (Darwin 1.3) + Xtools (has locale problem)
108
109 Others
110
111 o Windows (cygwin + GTK+ for win32) (unstable)
112
113
114 For installation, just type:
115
116 % ./configure
117 % make
118 % su
119 Password: [Enter password]
120 # make install
121
122 I recommend you to install gdk-pixbuf or gdk_imlib library before installing
123 for built-in image view support, and libcompface for X-Face support.
124
125
126 If you want to enable SSL support, append the option
127 --enable-ssl after ./configure (you need OpenSSL).
128
129 If you want to enable IPv6 support, append the option
130 --enable-ipv6 after ./configure.
131
132 If you want to enable GnuPG support, you need GPGME 0.2.3 or later, and
133 GnuPG 1.0.6 or later. You can get them from the following location:
134
135   ftp://ftp.gnupg.org/pub/gcrypt/alpha/gpgme/
136   ftp://ftp.gnupg.org/pub/gcrypt/devel/
137
138 and append the option --enable-gpgme after ./configure.
139
140 WARNING: the GnuPG support is still in the development stage, and it
141          may not work correctly. I suggest never to use a real key.
142          Please use sample keys.
143
144 For other options, refer to ./configure --help .
145
146
147 If the installation of Sylpheed failed, check all needed libraries are
148 correctly installed. If it still failed, please send bug report to:
149
150   Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>