Page MenuHomeClusterLabs Projects

LibQB
Updated 139 Days AgoPublic

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
Last Author
kgaillot
Last Edited
Oct 31 2023, 5:12 PM