This is a processing interface and a collection of plugins for Methcla, a leight-weight, efficient sound engine for mobile devices.
Make sure the following software packages are installed: libasound2 libflac8 libmpg123-0 libstdc++6 libsndfile1 libvorbis0a libvorbisenc2 libogg0
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
$ ant
in the root folder.
Install the following packages
g++
ant
openjdk-7-jdk
Point the build scripts to the Java installation
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
Execute the following commands:
sudo dpkg --add-architecture i386
sudo apt-get update
Install the following packages:
libc6:i386
libstdc++6:i386
libXext6:i386
libXrender1:i386
libXtst6:i386
libXi6:i386
libpulse0:i386
Install the following packages:
gcc-multilib
g++-multilib