From ad6cee696d1f34ac5863de8cd591c4f6065450bb Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 10 Oct 2012 17:08:51 +0000 Subject: - removed RELEASE and include/ - updated README with instructions on how to install dependencies - version bump to 1.0 svn path=/trunk/externals/postlude/; revision=16380 --- pluginhost~/README.txt | 42 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) (limited to 'pluginhost~/README.txt') 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). -- cgit v1.2.1