You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@
3
3
This is a processing interface and a collection of plugins for [Methcla](http://methc.la), a leight-weight, efficient sound engine for mobile devices.
4
4
5
5
6
+
## Running on Linux
7
+
8
+
Make sure the following software packages are installed: libasound2 libflac8 libmpg123-0 libstdc++6 libsndfile1 libvorbis0a libvorbisenc2 libogg0
9
+
10
+
6
11
## Building the libMethClaInterface
7
12
8
13
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
0 commit comments