We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install required tools: automake, autoconf, libtool, pkg-config, etc.
Prepare configuration scripts:
sh autogen.sh
Configure the build:
./configure
Use ./configure --help for all options.
./configure --help
Compile the source:
make
(Optional) Run unit tests:
make check
Install the library:
sudo make install