Version 1 vs 2
Version 1 vs 2
Content Changes
Content Changes
== External links ==
* [[https://www.openhub.net/p/libqb|libqb project (OpenHub)]]
* [[https://github.com/clusterlabs/libqb|source code (GitHub)]]
== 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`
== External links ==
* [[https://www.openhub.net/p/libqb|libqb project (OpenHub)]]
* [[https://github.com/clusterlabs/libqb|source code (GitHub)]]
== 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`