The ScrollKeeper package contains a cataloging system for documentation. This is useful for managing documentation metadata and providing an API to help browsers find, sort and search the document catalog.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/scrollkeeper/0.3/scrollkeeper-0.3.14.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/scrollkeeper/0.3/scrollkeeper-0.3.14.tar.bz2
Download MD5 sum: b175e582a6cec3e50a9de73a5bb7455a
Download size: 546 KB
Estimated disk space required: 12 MB
Estimated build time: 0.1 SBU
libxslt-1.1.17, DocBook XML DTD-4.4, and XML::Parser-2.34
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/scrollkeeper
Install ScrollKeeper by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static \ --with-omfdirs=/usr/share/omf:/opt/gnome-1.4/share/omf:\ /opt/kde-3.5.6/share/omf:\ /opt/gnome-2.14.3/share/omf && make
This package does not come with a test suite.
Now, as the root user:
make install
--sysconfdir=/etc: This switch puts the configuration files in /etc instead of /usr/etc.
--localstatedir=/var: This switch puts ScrollKeeper's database directory in /var/lib/scrollkeeper.
--disable-static: This switch prevents the static library from being built.
--with-omfdirs=...: This switch defines the locations of OMF files for ScrollKeeper. Change the locations if you have KDE and/or GNOME-2 installed in a prefix other than the ones shown. This information is stored in /etc/scrollkeeper.conf and can be updated manually, if necessary.
Last updated on 2006-06-21 11:26:07 -0500