Libqb
From ClusterLabs
External links
How to compile from source
Obtain the latest sources from Git:
git clone git://github.com/ClusterLabs/libqb.git cd libqb
Teach it about the machine it will run on
./autogen.sh && ./configure --prefix=$PREFIX
Once configure reports success, simply execute
make sudo make install
Developer info
To run regression tests:
- Install the "libcheck" library and development kit, e.g. for yum-based repos:
sudo yum install check check-devel
make check