Gcr-3.14.0

Introduction to Gcr

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.7 platform.

Package Information

Gcr Dependencies

Required

GLib-2.42.1, libgcrypt-1.6.2, libtasn1-4.2, and p11-kit-0.22.1

Recommended

Optional

GTK-Doc-1.21 and Valgrind-3.10.1

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gcr

Installation of Gcr

Install Gcr by running the following commands:

./configure --prefix=/usr     \
            --sysconfdir=/etc &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

--without-gtk: Use this switch if you haven't installed GTK+-3.14.8.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Program: gcr-viewer and gcr-prompter
Installed Libraries: libgck-1.so, libgcr-3.so, libgcr-base-3.so and libgcr-ui-3.so
Installed Directories: /usr/include/gck-1, /usr/include/gcr-3, /usr/share/gcr-3, /usr/share/gtk-doc/html/gck, and /usr/share/gtk-doc/html/gcr-3

Short Descriptions

gcr-prompter

provides the prompt dialog needed by libgcr.

gcr-viewer

is used to view certificate and key files.

libgck-1.so

contains GObject bindings for PKCS#11.

libgcr-3.so

contains functions for high level crypto parsing.

Last updated on 2015-02-28 20:47:03 -0800