GMime-3.2.7

GMime の概要

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 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

GMime の依存パッケージ

必須

GLib-2.78.3, libgpg-error-1.47

推奨

任意

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 のインストール

以下のコマンドを実行して GMime をビルドします。

./configure --prefix=/usr --disable-static &&
make

ビルド結果をテストする場合は make check を実行します。

root ユーザーになって以下を実行します。

make install

コマンド説明

--disable-static: このスイッチはスタティックライブラリをインストールしないようにします。

--enable-gtk-doc: GTK-Doc をインストール済で API ドキュメントを再構築する場合に指定します。

パッケージ構成

インストールプログラム: なし
インストールライブラリ: libgmime-3.0.so
インストールディレクトリ: /usr/include/gmime-3.0, /usr/share/gtk-doc/html/gmime-3.0

概略説明

libgmime-3.0.so

contains API functions used by programs that need to comply to the MIME standards