%general-entities; ]> $LastChangedBy$ $Date$ gcr-&gcr-version; gcr Introduction to gcr The gcr package contains libraries for displaying certificates and accessing key stores. It also provides the viewer for crypto files on the GNOME desktop. &lfs70_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gcr-md5sum; Download size: &gcr-size; Estimated disk space required: &gcr-buildsize; Estimated build time: &gcr-time; gcr Dependencies Required , , , and Recommended (Required if building GNOME) Optional and Valgrind User Notes: Installation of gcr Install gcr by running the following commands: ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/gnome-keyring \ --with-pkcs11-modules=/usr/lib/pkcs11 \ --with-dbus-services=/usr/share/dbus-1/services && make To test the results, issue: make check. Now, as the root user: make install Command Explanations --with-pkcs11-modules=/usr/lib/pkcs11: This parameter ensures that p11-kit modules are installed in a correct location. --with-dbus-services=/usr/share/dbus-1/services: This parameter ensures that D-BUS service files are installed in a correct location. Contents Installed Program Installed Libraries Installed Directories gcr-viewer libgck-1.so, libgcr-3.so, libgcr-base-3.so and libmock-test-module.so /usr/include/{gck-1,gcr-3}, /usr/lib/gnome-keyring, /usr/share/gcr-3 and /usr/share/gtk-doc/html/{gck,gcr-3} Short Descriptions gcr-viewer is used to view certificate and key files. gcr-viewer libgck-1.so contains GObject bindings for PKCS#11. libgck-1.so libgcr-3.so contains functions for high level crypto parsing. libgcr-3.so