To succesfully compile Sylpheed, you need at least:
Any POSIX compliant UNIX or similar OS eg. Linux, FreeBSD, Solaris
1.2.6 or later
A recent ANSI C compiler
( 2.7.2.3 should also work)
Note: it is reported that Sun C will not compile Sylpheed.
Optionally you need:
Environments known as valid for Sylpheed
Debian GNU/Linux unstable (sid) (glibc 2.2.5) (development environment)
Debian GNU/Linux testing (woody) (glibc 2.2.5)
Debian GNU/Linux 2.2 (potato) (glibc 2.1.3)
Kondara MNU/Linux (glibc 2.1.x)
Kondara MNU/Linux 1.2
Kondara MNU/Linux 2.0
Vine Linux 1.1 (glibc 2.0.x + libwcsmbs)
Vine Linux 2.0 (glibc 2.1.x) (Intel, PPC)
Vine Linux 2.1
Vine Linux 2.1.5
Laser5 Linux 6.0 (glibc 2.1.x)
Laser5 Linux 6.2 (glibc 2.1.x)
Laser5 Linux 6.4 (glibc 2.1.x)
TurboLinux 4.0 (glibc 2.0.7 + libwcsmbs)
TurboLinux 6.0 (glibc 2.1.2)
TurboLinux 7.0 (glibc 2.2.x)
Miracle Linux Standard Edition Version1.0
Miracle Linux for PostgreSQL Version1.0
Miracle Linux for Samba Version1.0
RedHat Linux 5.2 (glibc 2.0.7)
RedHat Linux 6.0
RedHat Linux 6.1 + Helix GNOME (glibc 2.1.x)
RedHat Linux 6.2 / 6.2J (glibc 2.1.x)
RedHat Linux 7.0 / 7.0J
RedHat Linux 7.1
RedHat Linux 7.2
LinuxPPC2000 + Yukikaze(Japanization kit)
Linux2000G (Intel, PowerPC)
HOLON Linux 2.0 (Intel / PPC)
Linux for PPC Japanese Edition 2.0 (glibc 2.1.x)
Linux for PPC Japanese Edition 3.0 (glibc 2.1.x)
Linux MLD4
Linux MLD5
Plamo Linux 2.0
Plamo Linux 2.1
Slackware 7.0
Slackware 7.1
Slackware 8.0
Linux Mandrake 7.0
Linux Mandrake 7.1
Linux Mandrake 7.2
Linux Mandrake 8.0
Linux Mandrake 8.1
SuSE Linux 6.3 (glibc 2.1.2)
SuSE Linux 6.4
SuSE Linux 7.0
SuSE Linux 7.1
SuSE Linux 7.2
SuSE Linux 7.3
OpenLinux 2.3 (glibc 2.1.1 -> 2.1.3)
Caldera OpenDesktop 2.4
Caldera Workstation 3.1
Conectiva Linux 4.0
Conectiva Linux 5.0
Conectiva Linux 7.0
Vector Linux 1.5
Yellow Dog Linux 2.0 (glibc 2.2.1)
Yellow Dog Linux 2.1 (PowerPC)
ASP Linux 7.2 (glibc 2.2.4)
Redmond Linux (Lycoris)
FreeBSD release 3.2
FreeBSD release 3.4
FreeBSD release 4.0
FreeBSD release 4.1
FreeBSD release 4.2
FreeBSD release 4.3
FreeBSD release 4.4
FreeBSD release 4.5
FreeBSD release 5.0
NetBSD 1.4.2
NetBSD 1.5 + XPG4DL
NetBSD 1.5.1
NetBSD 1.5.2
OpenBSD 2.7
OpenBSD 2.8 (i386)
OpenBSD 2.9
OpenBSD 3.0
BSD/OS 4.0.1
Solaris 2.5
Solaris 2.5.1
Solaris 2.6
Solaris 7
Solaris 8
IRIX 6.3
IRIX 6.4
IRIX 6.5, 6.5.8m
HP-UX 10.20
HP-UX 11.00
HP-UX 11i
Tru64 Unix 5.0 (OSF1 v5.0)
SCO UnixWare 7
Mac OS X 10.1.3 (Darwin 5.3) + XDarwin (without XLocale support) + libxpg4
Windows (MSVC + GTK+ for win32), in progress
Nuts and bolts of installation
Download the latest version of the Sylpheed package from
Untar the sourcefiles to a new directory
tar -xvfz sylpheed-.tar.gz (for tar.gz)
tar -xvfI sylpheed-.tar.bz2 (for tar.bz2)
cd to the new sylpheed- directory
Run ./configure to check your environment and create the installation make files
Run the 'make' program which will compile the sources. Do not proceed with this step if there are fatal errors in the previous step. Fatal errors indicate that things are missing in order to compile Sylpheed properly.
If the make process has completed, run "make install" (as root), to install the program and the supportfiles
Compiling Sylpheed with options
Installation on Linux using RPM
As root, run the "rpm -ivh " command on the RPM file you downloaded. As soon as this process is complete you can run Sylpheed as user.
Installation on Debian Linux
With an internet connection :
apt-get install sylpheed (to install it with a internet connection)
Without internet connection, fetch the debian package for example on
dpkg -i sylpheedx.x.x-1i386.deb
dpkg --install sylpheedx.x.x-1i386.deb
Installation on FreeBSD
using the /stand/sysinstall tool (it is a menu-based interface) :
run "/stand/sysinstall" as root
in the main menu choose "Configure" -> "Packages" -> "mail", then "sylpheed" then, back to the "Packages" list, choose "Install"
Using the ports
Get the sylpheed port on :
then, as root: pkg-add sylpheed-0.x.x.tgz
using the ports with compiling:
first, update your port, fetch it on
cd /usr/ports/mail/sylpheed
make
If it succeeds, type "make install"
In case it fails, fetch the required package if necessary
(on the same page), put the package file in /usr/ports/distfiles/
then :
cd /usr/ports/mail/sylpheed
make
make install
Need a more up-to-date version ?
Just use the Unix standard method (see "Nuts and bolts of installation")