[ SourceForge ] SylpheedDoc

Home

Documentation

Contribution

Next Previous Contents

4. Installation.

4.1 Required environment

To succesfully compile Sylpheed, you need at least:

  • Any POSIX compliant UNIX or similar OS eg. Linux, FreeBSD, Solaris
  • GTK+ 1.2.6 or later
  • A recent ANSI C compiler (gcc 2.7.2.3 should also work) Note: it is reported that Sun C will not compile Sylpheed.
Optionally you need:
  • Imlib or gdk-pixbuf (for built-in image view)
  • libcompface (for X-Face)
  • libjconv (for I18N)
  • GPGME (for GnuPG)
  • OpenLDAP (for LDAP connection)
  • Jpilot (for Palm addressbook use)
  • the equivalent of GTK+-devel and Xfree86-devel. (Otherwise ./configure will fail.)
Notice: Sylpheed may be unstable depending on the environment. Please use the newest version of libraries if possible.

4.2 Environments known as valid for Sylpheed

  • Debian GNU/Linux unstable (sid) (glibc 2.2) (development environment)
  • Debian GNU/Linux 2.2 (potato) (glibc 2.1.3)
  • Kondara MNU/Linux (glibc 2.1.x)
  • Vine Linux 1.1 (glibc 2.0.x + libwcsmbs)
  • Vine Linux 2.0 (glibc 2.1.x) (Intel, PPC)
  • Vine Linux 2.1
  • Laser5 Linux 6.0 (glibc 2.1.x) , 6.2, 6.4
  • TurboLinux 4.0 (glibc 2.0.7 + libwcsmbs)
  • TurboLinux 6.0 (glibc 2.1.2)
  • 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 (beta 'Roswell')
  • LinuxPPC2000 + Yukikaze(Japanization kit)
  • Linux2000G (Intel, PowerPC)
  • HOLON Linux 2.0 (Intel / PPC)
  • Linux for PPC Japanese Edition 2.0 and 3.0 (glibc 2.1.x)
  • Linux MLD4
  • Linux MLD5
  • Plamo Linux 2.0
  • Slackware 7.1
  • Linux Mandrake 7.0 through 8.0
  • SuSE Linux 6.3 (glibc 2.1.2)
  • SuSE Linux 6.4, 7.0, 7.1
  • OpenLinux 2.3 (glibc 2.1.1 -> 2.1.3)
  • Caldera OpenDesktop 2.4
  • Conectiva Linux 4.0 and 5.0
  • Vector Linux 1.5
  • FreeBSD releases 3.2, 3.4, 4.0, 4.1, 4.2 and 5.0
  • NetBSD 1.4.2
  • NetBSD 1.5 + XPG4DL
  • OpenBSD 2.7
  • OpenBSD 2.8 (i386)
  • BSD/OS 4.0.1
  • Solaris 2.5, 2.5.2., 2.6, 7, 8
  • IRIX 6.3 and 6.5, 6.5.8m
  • HP-UX 10.20
  • Mac OS X (Darwin 1.3) + Xtools (has locale problem)
  • Windows (cygwin + GTK+ for win32) (unstable)

4.3 Nuts and bolts of installation

  • Download the latest version of the Sylpheed package from http://sylpheed.good-day.net/
  • 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

4.4 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.

4.5 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 http://packages.debian.org/unstable/mail/sylpheed.html

dpkg -i sylpheedx.x.x-1i386.deb

dpkg --install sylpheedx.x.x-1i386.deb

4.6 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 :

ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.3-release/mail

then, as root: pkg-add sylpheed-0.x.x.tgz

using the ports with compiling:

first, update your port, fetch it on http://www.freebsd.org/ports/mail.html

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")


Next Previous Contents