From 363ca0a4a7b39f7d357cd5e71bd480a9ecccf5a7 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Sun, 17 Oct 2004 20:04:36 +0000 Subject: updated stk to stk version 4.2.0, added README file svn path=/trunk/externals/ggee/; revision=2112 --- experimental/README.stk | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 experimental/README.stk (limited to 'experimental/README.stk') 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 + + + -- cgit v1.2.1