diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-04-09 18:57:44 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-04-09 18:57:44 +0200 |
commit | 5565aa9bbc50a9c211adb170be87be8ee9e5dab7 (patch) | |
tree | 566617ebf1c55455ebba4a2186fbbf609b32584f /README.md | |
parent | 0364bec10fd953456b11b42bee39f22d3fce1d6e (diff) | |
download | sherlock.lv2-5565aa9bbc50a9c211adb170be87be8ee9e5dab7.tar.xz |
update README, add travis recipe.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 33 |
1 files changed, 32 insertions, 1 deletions
@@ -1,3 +1,34 @@ # Sherlock -## an investigative LV2 plugin bundle +## An investigative LV2 plugin bundle + +### Webpage + +Get more information at: [http://open-music-kontrollers.ch/lv2/sherlock](http://open-music-kontrollers.ch/lv2/sherlock) + +### Build status + +[](https://travis-ci.org/OpenMusicKontrollers/sherlock.lv2) + +### Plugins + +#### Atom Inspector + +##### Screenshot + + + +### Dependencies + +* [LV2](http://lv2plug.in) (LV2 Plugin Standard) +* [EFL](http://enlightenment.org) (Enlightenment Foundation Libraries) + +### Build / install + + git clone https://github.com/OpenMusicKontrollers/sherlock.lv2.git + cd sherlock.lv2 + mkdir build + cd build + cmake -DCMAKE_C_FLAGS="-std=gnu99" .. + make + sudo make install |