diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2006-03-21 08:54:08 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2006-03-21 08:54:08 +0000 |
commit | b9ba300565ea1aa7fc30f7b2638374322cbbc54e (patch) | |
tree | 248800b40b4656de22ea153aa1eadb35d5b0c77c | |
parent | 1a3e40d48c149ee543479788c8be25dd94441639 (diff) |
lines added to makefile, thanks to Gerda Strobl's first foreign usage.
svn path=/trunk/externals/iem/pdoctave/; revision=4745
-rw-r--r-- | Readme.txt | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -7,6 +7,20 @@ This idea was started approximately in February 2005. I want to appologize for the limited flexibility of the code at the moment. That's why the use of this external is only recommended to developers. +Following packages have to be installed: +puredata (+sources) +octave +octave-headers + +Nice to have: +bbogart's "entry" pd-external + +INSTALLING: +please edit the linker parameters in "Makefile" to match your pd-sources paths +type "make" +TESTING: +"pd -lib pdoctave test_pdoctave.pd" + This code collection consists of four pd-objects: 1. pdoctave: an object that calls octave and holds a pipe to its std in. this pipe can be acessed through the other pd-objects. |