Tribe is an address book manager for the GNOME and Xfce desktop environments.
Tribe depends on the following packages:
This project uses CMake as its build system.
Create a dedicated directory for the build and generate the build files:
mkdir out && cd out
cmake ..Build the project with:
makeInstall the resulting binaries and other files to the system (root privileges may be required):
sudo make install