Skip to content

Commit 778ee02

Browse files
committed
updated README
1 parent 8d3b98a commit 778ee02

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
2-
3-
4-
# Processing MethCla Interface
1+
## Processing MethCla Interface
52

63
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).
74

8-
## Executable
9-
10-
Download the current version of the library here:
115

12-
[Sound](https://github.com/wirsing/ProcessingSound/releases)
6+
## Building the libMethClaInterface
137

8+
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
149

15-
## Building the libMethClaInterface
10+
$make
11+
$make install
1612

17-
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.
13+
in the src/cpp folder.
1814

19-
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
15+
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
2016

21-
$ cd resources
2217
$ ant
18+
19+
in the root folder.

0 commit comments

Comments
 (0)