‹ jan0sch.de

Compiling Sylpheed under FreeBSD

2012-06-01

Download the latest tarball from the Sylpheed homepage and unpack it. Afterwards go into the source directory and execute the following commands:

% export CPPFLAGS="-I/usr/local/include"
% export LIBS="-L/usr/local/lib"
% ./configure
% make
% sudo make install

Be sure to have required dependencies installed.