CAPS Universe documentation  1.0.4
All you need to know to be successful
Install libcapsppd

The corresponding:

An Installing Example

All build instructions in the sections above will use default paths which might not be suitable for your system. So the filesystem paths CAPS will use in the filesystem must be defined manually. You should use the same settings like you have used for libcapsbase.

Like the example in the libcapsbase a simple but useful configuration can be:

./configure --prefix=/usr

Other configuration parameters are the same for libcapsppd than for libcapsbase:

This package requires libpaper as an external library. If this library is installed at a non usual location, you need to add its path manually:

LIBRARY_PATH=<path/to/libpaper> ./configure
LIBRARY_PATH=<path/to/libpaper> make