aboutsummaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorFranz Zotter <fzotter@users.sourceforge.net>2006-03-21 08:54:08 +0000
committerFranz Zotter <fzotter@users.sourceforge.net>2006-03-21 08:54:08 +0000
commitb9ba300565ea1aa7fc30f7b2638374322cbbc54e (patch)
tree248800b40b4656de22ea153aa1eadb35d5b0c77c /Readme.txt
parent1a3e40d48c149ee543479788c8be25dd94441639 (diff)
lines added to makefile, thanks to Gerda Strobl's first foreign usage.
svn path=/trunk/externals/iem/pdoctave/; revision=4745
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index 62f9547..8a459c7 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -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.