Building
You may build plugins from scratch.
For successful build you need the following packages to be installed:
- gcc >= 4.7
- gcc-c++ >= 4.7
- libgcc_s1 >= 5.2
- libstdc++-devel >= 4.7
- jack-devel >= 1.9.5
- lv2-devel >= 1.10
- ladspa-devel >= 1.13
- libexpat-devel >= 2.1
- libsndfile-devel >= 1.0.25
- libcairo-devel >= 1.14
- glu-devel >= 9.0.0
- libGL-devel >= 11.2.2
- php >= 5.5.14
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: