CAPS Universe documentation  1.0.4
All you need to know to be successful
Installation from Repository Resources

Building a component from a repository is one way to install it to your system. This requires an already installed pkg-config and the git tool.

Each component has its own repository and its name is mentioned in the component's corresponding section.

The base URL to clone a component from is always:

git@codeberg.org:caps-universe/<component>

  • clone the component's repository
  • change into the new directory
  • run ./autogen.sh && ./configure && make && make install or follow the component's corresponding configure and make hints.