Building

You may build plugins from scratch.

For successful build you need the following packages to be installed:

Currently there is no automake/CMake supported, so to build plugins you have to type:

make
make install

To build binaries for debugging/profiling, use the following commands:

make profile

To build binaries for testing (developers only), use the following commands:

make clean
make test

You may also specify the installation root by specifying DESTDIR attribute: