From 3ad8315ffdfb728b15defc5b832cd05565c1f585 Mon Sep 17 00:00:00 2001 From: wirsing Date: Fri, 27 Jun 2014 18:41:46 -0700 Subject: [PATCH] updated README --- java/libraries/sound/{library => }/README.txt | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-) rename java/libraries/sound/{library => }/README.txt (56%) diff --git a/java/libraries/sound/library/README.txt b/java/libraries/sound/README.txt similarity index 56% rename from java/libraries/sound/library/README.txt rename to java/libraries/sound/README.txt index 525b4b317..701da6535 100644 --- a/java/libraries/sound/library/README.txt +++ b/java/libraries/sound/README.txt @@ -1,22 +1,19 @@ - - - -# Processing MethCla Interface +## Processing MethCla Interface This is a processing interface and a collection of plugins for MethCla, a leight-weight, efficient sound engine for mobile devices [methcla](http://methc.la). -## Executable - -Download the current version of the library here: - -[Sound](https://github.com/wirsing/ProcessingSound/releases) - ## Building the libMethClaInterface -The library requires a compiled shared library of MethCla for each platform. There are specific Makefile in the src folder which compile the JNI library. For the moment this library is OsX only. +The library requires a compiled shared library of MethCla for each platform. There are specific Makefile in the src folder which compile the JNI library. For the moment this library is OSX + Linux only. To build the JNI Lib simply rename the respective Makefile_x to Makefile and do -The Java Library is to be compiled with ant. Please install the latest version on ant on your computer. The build.xml file is in resources. To compile do +$make +$make install + +in the src/cpp folder. + +The Java Library is to be compiled with ant. Please install the latest version on ant on your computer. The build.xml file is in in the root folder. Core.jar needs to be compiled and ready in ../../../core/library. To compile do -$ cd resources $ ant + +in the root folder. \ No newline at end of file