aboutsummaryrefslogtreecommitdiff
path: root/pluginhost~/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pluginhost~/README.txt')
-rw-r--r--pluginhost~/README.txt42
1 files changed, 37 insertions, 5 deletions
diff --git a/pluginhost~/README.txt b/pluginhost~/README.txt
index e81fb10..51edf79 100644
--- a/pluginhost~/README.txt
+++ b/pluginhost~/README.txt
@@ -8,19 +8,52 @@ This directory (pluginhost) contains sourcecode and possibly binaries for a plug
The functionality of the external is demonstrated in in the help patch (pluginhost/pluginhost~-help.pd).
-Requirements
+Dependencies
------------
To compile pluginhost~ the following are required;
-pd header (m_pd.h) >= 0.37
+pd header (m_pd.h) >= 0.37
+LADSPA SDK (ladspa.h) >= 1.1
+DSSI SDK (dssi.h) >= 0.9
+ALSA header (seq_event.h)
The help patch requires:
PD >= 0.39
-Installation
-------------
+Installing Dependencies
+
+
+Installating Dependencies
+-------------------------
+
+On Debian-based Linux:
+
+ $ sudo apt-get install dssi-dev libasound2-dev ladspa-sdk puredata-dev
+
+On Fedora-based Linux (e.g. Planet CCRMA):
+
+ $ sudo yum install dssi-devel alsa-lib-devel ladspa-devel
+
+On Mac OS X (using fink):
+
+ $ fink install dssi-dev libdssialsacompat ladspa-dev
+
+On Mac OS X (from source):
+
+ Download and install:
+
+ LADSPA SDK: http://www.ladspa.org
+ libdssialsacompat: http://smbolton.com/linux/
+ DSSI SDK: https://sourceforge.net/projects/dssi/
+
+If needed, the Pd header (m_pd.h) can be obtained for all platforms using the official sources:
+
+ http://puredata.info/downloads/pure-data
+
+Compiling
+---------
From the same directory as the makefile type:
@@ -38,5 +71,4 @@ License
All files included in the pluginhost~ directory, and all binary files (if included) are licensed under the GNU GPL Version 2 (see LICENSE.txt for details).
-All files included in the pluginhost~/include/ directory are licensed under the GNU Lesser General Public License (LGPL).