Slackware

Sylpheed

ページ作成日 2013/10/14
ページ更新日 2021/1/1

Becky!ライクなメールクライアント。
ThunderbirdやKMailなど、デフォルトで入っているメールクライアントでは満足できない、テキストメールがラブなあなたに。

依存関係

以下のパッケージを事前に作成してインストールする必要があります。

Make it by yourself!

まずは、自分のホームディレクトリにソースを落とし解凍しましょう。


$ cd ~/Downloads
$ wget http://sylpheed.sraoss.jp/sylpheed/v3.7/sylpheed-3.7.0.tar.gz
$ tar -xvf sylpheed-3.7.0.tar.gz

configureのスクリプトを走らせます。


$ cd sylpheed-3.7.0
$ ./configure --prefix=/usr --libdir=/lib64 --sysconfdir=/etc --infodir=/usr/share/info --mandir=/usr/share/man --enable-oniguruma
[画面出力を略]

sylpheed 3.7.0

GnuPG         : yes
JPilot        : no
LDAP          : no
OpenSSL       : yes
iconv         : yes
compface      : yes
IPv6          : yes
GtkSpell      : yes
Oniguruma     : yes
GThread       : yes

The binary will be installed in /usr/bin

Configure finished, type 'make' to build.

makeし、make installします。


$ make
$ make install DESTDIR=/var/tmp/sylpheed-3.7.0
[画面出力を略]

パッケージを作成します。


$ cd /var/tmp/sylpheed-3.5.0
$ sudo makepkg --linkadd y --chown y ../sylpheed-3.5.0-x86_64-1.txz

[画面出力を略]

Slackware package ../sylpheed-3.5.0-x86_64-1.txz

あとは、パッケージをインストールすればOK♪


$ cd ..
$ sudo installpkg sylpheed-3.5.0-x86_64-1.txz