aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/readme.txt')
-rw-r--r--externals/grill/flext/readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/grill/flext/readme.txt b/externals/grill/flext/readme.txt
index 1e566d19..7696ef6f 100644
--- a/externals/grill/flext/readme.txt
+++ b/externals/grill/flext/readme.txt
@@ -40,6 +40,9 @@ Package files:
> if you choose to compile with STK support you will need the respective package and build a library
> download from: http://ccrma-www.stanford.edu/software/stk/
+> For linking it may preferable to use a library of all the STK objects.
+> Under linux you can create one from the STK directory with:
+> "g++ -c -pipe -I include -D __LINUX_OSS__ src/*.cpp && ar r libstk.a *.o && rm -f *.o"
----------------------------------------------------------------------------