summaryrefslogtreecommitdiff
path: root/doc/installation.html
blob: 061eb8002edb75862fbce07b88b63e4d09ec7a4f (plain)
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
65
66
67
<HTML>
  <HEAD>
    <TITLE>LADSPA SDK Documentation</TITLE>
    <META NAME="DESCRIPTION"
          CONTENT="LADSPA SDK Documentation">
  </HEAD>
  <BODY BGCOLOR=#FFFFFF>
    <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>
    
    <HR/>
    
    <CENTER><IMG BORDER=0 SRC="/images/ladspa.jpg"></CENTER>

<H1>Installation</H1>

<P>This distribution includes both the ladspa.h API header file and a
  number of hosts and example plugins. Go to the <CODE>src/</CODE>
  directory and type <CODE>make</CODE> to build and test them.</P>

<P>The <A HREF="ladspa.h.txt"><CODE>ladspa.h</CODE> API header
    file</A> is needed to build hosts and plugins. It may be useful to
  install it in <CODE>/usr/local/include/</CODE> or
  <CODE>/usr/include/</CODE>. The programs generated in the
  <CODE>bin/</CODE> directory may be moved to
  <CODE>/usr/local/bin/</CODE> or <CODE>/usr/bin/</CODE> and the
  plugins generated in the <CODE>plugins/</CODE> directory may be
  moved to
  <CODE>/usr/local/lib/ladspa/</CODE> or
  <CODE>/usr/lib/ladspa/</CODE>.</P>

<P>To perform automatic installation, log in as root and run
  <CODE>make install</CODE>. This by default will install plugins,
  hosts and the header file into the <CODE>/usr/</CODE> tree.</P>

<HR/>

<H1>LADSPA SDK Index</H1>

<UL>
  <LI><A HREF="overview.html">Overview</A></LI>
  <LI><A HREF="background.html">Background</A></LI>
  <LI><A HREF="download.html">Download</A></LI>
  <LI><A HREF="installation.html">Installation</A></LI>
  <LI><A HREF="shared_plugins.html">How to Share Plugins between Hosts</A></LI>
  <LI><A HREF="ladspa.h.txt">LADSPA API Header File</A></LI>
  <LI><A HREF="license.html">License (LGPL) for This Release</A></LI>
  <LI><A HREF="example_plugins.html">Example Plugins</A></LI>
  <LI><A HREF="changes.html">Change History</A></LI>
  <LI><A HREF="unique_ids.html">Unique Plugin IDs</A></LI>
</UL>

<H2>Other Links</H2>

<UL>
  <LI>
    The <A HREF="http://www.ladspa.org/cmt/overview.html">CMT LADSPA
      Plugin Library</A>
  </LI>
</UL>


    <HR/>

    <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>

  </BODY>
</HTML>