[Csnd] Trouble building/obtaining lib_jcsound.so and csnd.jar on linux
Date | 2013-10-24 14:47 |
From | Harshath JR |
Subject | [Csnd] Trouble building/obtaining lib_jcsound.so and csnd.jar on linux |
Hi, I'm trying to use csound via java using the JNI bridge. I understand that I'll need the native library _jcsound for this, and the java interfaces are exposed in the csnd.jar archive.
To obtain these two files, I downloaded the source package for csound5.19.01 from sourceforge, unzipped it into /opt/csound5, and built it using the following command: scons buildInterfaces=1 buildJavaWrapper=1
This produces a lot of ".so" files in /opt/csound5, but did not produce lib_jcsound.so. Neither did it build csnd.jar. Could someone let me know the correct way of building lib_jcsound.so and csnd.jar? Or if I can obtain it from some location without having to build it myself?
Thanks much Harshath |