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.6 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gcr/3.12/gcr-3.12.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gcr/3.12/gcr-3.12.2.tar.xz
Download MD5 sum: 8d4564abbbd6c4aa03a68a016c692d96
Download size: 1.3 MB
Estimated disk space required: 58 MB (additional 4 MB for tests)
Estimated build time: 0.8 SBU (additional 0.1 SBU for tests)
GLib-2.40.0, libgcrypt-1.6.2, libtasn1-4.1, and p11-kit-0.20.6
GnuPG-2.0.26, gobject-introspection-1.40.0, GTK+-3.12.2, libxslt-1.1.28, and Vala-0.24.0
GTK-Doc-1.20 and Valgrind-3.10.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gcr
Install Gcr by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc && make
A session bus address is necessary to run the tests. 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.12.2.
--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-09-19 13:13:19 -0700