summaryrefslogtreecommitdiff
path: root/doc/installation.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/installation.html')
-rw-r--r--doc/installation.html72
1 files changed, 60 insertions, 12 deletions
diff --git a/doc/installation.html b/doc/installation.html
index 1b0b339..061eb80 100644
--- a/doc/installation.html
+++ b/doc/installation.html
@@ -1,19 +1,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>
+ 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>
+ 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/local/</CODE> tree.</P>
+ <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>