The GMime package contains a set of utilities for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME) as defined by the applicable RFCs. See the GMime web site for the RFCs resourced. This is useful as it provides an API which adheres to the MIME specification as closely as possible while also providing programmers with an extremely easy to use interface to the API functions.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/gmime/3.2/gmime-3.2.7.tar.xz
Download MD5 sum: 7ecd9aa75e0cd2e8668206b1d53df874
ダウンロードサイズ: 2.1 MB
必要ディスク容量: 25 MB (テスト込み)
概算ビルド時間: 0.3 SBU (テスト込み)
GLib-2.78.3, libgpg-error-1.47
gobject-introspection-1.78.1, libidn2-2.3.4
DocBook-utils-0.6.14, GPGME-1.23.2, GTK-Doc-1.33.2, libnsl-2.0.1, Vala-0.56.14, Gtk# (Mono が必要)
以下のコマンドを実行して GMime をビルドします。
./configure --prefix=/usr --disable-static && make
ビルド結果をテストする場合は make check を実行します。
root
ユーザーになって以下を実行します。
make install
--disable-static
:
このスイッチはスタティックライブラリをインストールしないようにします。
--enable-gtk-doc
: GTK-Doc をインストール済で API ドキュメントを再構築する場合に指定します。