aboutsummaryrefslogtreecommitdiff
path: root/pluginhost~/README
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2012-02-02 19:23:29 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2012-02-02 19:23:29 +0000
commit3a38c6f716fca56a4562b1a4787114d0b75bb912 (patch)
tree000e8f415f7a961d6d08528daaecedfa42f4833b /pluginhost~/README
parent9be23d7ff85cb5da1fba7b63c9358cea9525515d (diff)
- appended .txt to README and LICENSE for conformity
svn path=/trunk/externals/postlude/; revision=15938
Diffstat (limited to 'pluginhost~/README')
-rw-r--r--pluginhost~/README38
1 files changed, 0 insertions, 38 deletions
diff --git a/pluginhost~/README b/pluginhost~/README
deleted file mode 100644
index aab7983..0000000
--- a/pluginhost~/README
+++ /dev/null
@@ -1,38 +0,0 @@
-pluginhost~ - a plugin host for Pure Data
-==========================================
-
-This directory (pluginhost) contains sourcecode and possibly binaries for a plugin host for Pure Data. It currently supports the following plugin types:
-
- LADSPA: http://www.ladspa.org/
- DSSI: http://dssi.sourceforge.net/
-
-The functionality of the external is demonstrated in in the help patch (pluginhost/doc/pluginhost~-help.pd).
-
-Requirements
-------------
-
-To compile pluginhost~ the following are required;
-
-pd header (m_pd.h) >= 0.37
-
-The help patch requires:
-
-PD >= 0.39
-
-Installation
-------------
-
-From the same directory as the makefile type:
-
-make
-make install (as root)
-
-Once compiled the binary file and help file should be placed in directories that are included in Pure Data's search path.
-
-License
--------
-
-All files included in the pluginhost/src/ directory, and all binary files (if included) are licensed under the GNU GPL Version 2 (see gpl.txt for details).
-
-All files included in the pluginhost/include/ directory are licensed under the GNU Lesser General Public License (see lesser.txt for details).
-