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.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gmime/2.6/gmime-2.6.19.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gmime/2.6/gmime-2.6.19.tar.xz
Download MD5 sum: 0554499bfdef919acd30db1f2d0043a3
Download size: 723 KB
Estimated disk space required: 21 MB
Estimated build time: 0.3 SBU
GLib-2.38.2 and libgpg-error-1.12
gobject-introspection-1.38.0 and Vala-0.22.1
DocBook-utils-0.6.14, GPGME-1.4.3, GTK-Doc-1.19 and Gtk# (requires Mono)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gmime
Install GMime by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-smime
: Use this switch if you
have installed GPGME-1.4.3 and wish to enable S/MIME support in
GMime.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2014-02-22 07:06:53 -0800