diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-09 22:42:52 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-09 22:42:52 +0200 |
commit | b596e454c13426781d5b843b1b32354f9518968c (patch) | |
tree | 4661b3d87932725fbbc247e4db6290d2964d9c0c /README.md | |
parent | 0b47c61dafbf7e35689c297789839233ed0c905c (diff) | |
download | synthpod-b596e454c13426781d5b843b1b32354f9518968c.tar.xz |
update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,6 +1,6 @@ # Synthpod -## Lightweight cross-platform LV2 host and meta plugin +## Lightweight Nonlinear LV2 Plugin Container ### Build status @@ -12,20 +12,16 @@ * [lv2](http://lv2plug.in) (LV2 plugin specification) * [lilv](http://drobilla.net/software/lilv/) (LV2 plugin host library) -* [libuv](http://docs.libuv.org/) (Lightweight event library) * [JACK](http://jackaudio.org/) (JACK audio connection kit) -* [PortAudio](http://portaudio.com/) (Portable cross-platform audio I/O) -* [RtMidi](http://www.music.mcgill.ca/~gary/rtmidi/) (Realtime cross-platform MIDI I/O) * [Elementary](http://docs.enlightenment.org/auto/elementary/) (EFL UI toolkit) ### Build / install git clone https://github.com/OpenMusicKontrollers/synthpod.git cd synthpod - git submodule update --init mkdir build cd build - cmake -DCMAKE_C_FLAGS="-std=gnu99" .. + cmake .. make sudo make install |