aboutsummaryrefslogtreecommitdiff
path: root/experimental/README.stk
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2004-10-17 20:04:36 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2004-10-17 20:04:36 +0000
commit363ca0a4a7b39f7d357cd5e71bd480a9ecccf5a7 (patch)
treecadb729e91943d984255e0518946c8a166a1c656 /experimental/README.stk
parent7a5827762f088090859eeb20591412a6178210ca (diff)
updated stk to stk version 4.2.0, added README file
svn path=/trunk/externals/ggee/; revision=2112
Diffstat (limited to 'experimental/README.stk')
-rw-r--r--experimental/README.stk25
1 files changed, 25 insertions, 0 deletions
diff --git a/experimental/README.stk b/experimental/README.stk
new file mode 100644
index 0000000..4b1a1b3
--- /dev/null
+++ b/experimental/README.stk
@@ -0,0 +1,25 @@
+
+
+In order to compile the stk external you have to put the latest
+stk release (4.2.0) in this directory.
+
+* First compile stk
+
+if stk is compiled just do a make stk.pd_linux.
+
+
+Hint:
+You may have to set the rawwaves path in stk in so that the external
+can find them. See the STK INSTALL file for details.
+You do not have to specify a special audio API, as audio I/O is done
+through pd.
+
+The stk configure command should be something like this:
+
+./configure RAWWAVE_PATH="/home/gary/rawwaves/"
+
+
+Guenter Geiger
+
+
+