diff options
author | Jamie Bullock <postlude@users.sourceforge.net> | 2006-02-02 20:40:46 +0000 |
---|---|---|
committer | Jamie Bullock <postlude@users.sourceforge.net> | 2006-02-02 20:40:46 +0000 |
commit | c32d4ad80dc0033f1ab3e652cc05a039887a441e (patch) | |
tree | 63aa970830cbff9cdb960bbbd2a5c70a36a0b823 /dssi/README | |
parent | 6119a3a90526ab88bf7ce239aae45f8e876bcbbe (diff) |
*** empty log message ***
svn path=/trunk/externals/postlude/; revision=4537
Diffstat (limited to 'dssi/README')
-rw-r--r-- | dssi/README | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/dssi/README b/dssi/README new file mode 100644 index 0000000..ab164e8 --- /dev/null +++ b/dssi/README @@ -0,0 +1,45 @@ +dssi~ - a DSSI host for Pure Data +================================= + +This directory (dssi) contains sourcecode and possibly binaries for a DSSI host for Pure Data. To find out more about DSSI visit http://dssi.sourceforge.net. + +The functionality of the external is demonstrated in in the help patch (dssi/doc/help-dssi.pd). + + + +Requirements +------------ + +To compile dssi~ the following are required; + +DSSI >= 0.9 +LADSPA SDK >= 1.x +liblo >= 0.12 +alsa/seq_event.h - included +pd headers >= 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 dssi/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 dssi/include/ directory are licensed under the GNU Lesser General Public License (see lesser.txt for details). + |