To build the plugin library, enter the src/
directory
and run make
. The makefile expects to find the
ladspa.h
header file in your include path or
/usr/local/include/
. If you do not have this file it can
be downloaded as part of the LADSPA SDK from
http://www.ladspa.org/download/.
Running make
will generate the CMT LADSPA plugin
library (cmt.so
) in the plugins/
directory. This can be moved to an appropriate location depending on
the application you are using. Running make install
from
the src/
directory as root will install to
/usr/local/lib/ladspa/
which is on the search path
recommended for hosts looking for plugin libraries. Some applications
may not search this directory automatically.