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-8.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gmime/3.2/gmime-3.2.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gmime/3.2/gmime-3.2.0.tar.xz
Download MD5 sum: 53c7ed7e63e125ce37e5480550deef5a
Download size: 1.9 MB
Estimated disk space required: 23 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
GLib-2.56.1 and libgpg-error-1.32
gobject-introspection-1.56.1, libidn-1.35, and Vala-0.40.8
DocBook-utils-0.6.14, GPGME-1.11.1, GTK-Doc-1.28 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-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2018-08-25 14:33:31 -0700