The Gcr package contains libraries used for displaying certificates and accessing key stores. It also provides the viewer for crypto files on the GNOME Desktop.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gcr/3.9/gcr-3.9.91.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gcr/3.9/gcr-3.9.91.tar.xz
Download MD5 sum: 03ac407ebebe546e199c70234c8bf838
Download size: 1.3 MB
Estimated disk space required: 71 MB
Estimated build time: 0.6 SBU
GLib-2.36.4, Intltool-0.50.2, libgcrypt-1.5.3, libtasn1-3.3, and p11-kit-0.20.1
GnuPG-1.4.14 or GnuPG-2.0.21, gobject-introspection-1.36.0, and GTK+-3.8.4
GTK-Doc-1.19 and Valgrind
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gcr
Install Gcr by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/gnome-keyring && make
To test the results, issue: make check.
Now, as the root
user:
make install
--without-gtk
: Use this
switch if you haven't installed GTK+-3.8.4.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2013-09-12 07:48:13 -0700