1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
<HTML>
<HEAD>
<TITLE>CMT Documentation</TITLE>
<META NAME="DESCRIPTION"
CONTENT="CMT Documentation">
</HEAD>
<BODY BGCOLOR=#FFFFFF>
<CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>
<HR/>
<H1>CMT Installation</H1>
<P>To build the plugin library, enter the <CODE>src/</CODE> directory
and run <CODE>make</CODE>. The makefile expects to find the
<CODE>ladspa.h</CODE> header file in your include path or
<CODE>/usr/local/include/</CODE>. If you do not have this file it
can be downloaded as part of the LADSPA SDK
from <A HREF="http://www.ladspa.org/download/index.html">
http://www.ladspa.org/download/index.html</A>.</P>
<P>Running <CODE>make</CODE> will generate the CMT LADSPA plugin
library (<CODE>cmt.so</CODE>) in the <CODE>plugins/</CODE>
directory. This can be moved to an appropriate location depending on
the application you are using. Running <CODE>make install</CODE>
from the <CODE>src/</CODE> directory as root will install to
<CODE>/usr/lib/ladspa/</CODE> which is on the search path
recommended for hosts looking for plugin libraries. Some
applications may not search this directory automatically.</P>
<HR/>
<H1>CMT Index</H1>
<UL>
<LI><A HREF="overview.html">Overview</A></LI>
<LI><A HREF="http://www.ladspa.org/download/index.html">Download</A></LI>
<LI><A HREF="installation.html">Installation</A></LI>
<LI><A HREF="license.html">License (LGPL)</A></LI>
<LI><A HREF="plugins.html">Plugins in the Library</A></LI>
<LI><A HREF="adding_plugins.html">Adding Plugins to the Library</A></LI>
<LI><A HREF="changes.html">Change History</A></LI>
<LI><A HREF="bugs.html">Bugs</A></LI>
</UL>
<H2>Other Links</H2>
<UL>
<LI>
The <A HREF="http://www.ladspa.org/ladspa_sdk/overview.html">LADSPA
Software Development Kit</A>
</LI>
</UL>
<HR/>
<CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>
</BODY>
</HTML>
|