diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-09-15 15:31:48 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-09-15 15:31:48 +0200 |
commit | d52494115fb2798c3fa5f8b4b3efc471f10851a3 (patch) | |
tree | 70b4a907adccbe952a1010d0afe1b4f4f513980f /README.md | |
parent | 864c9e7218bc3c0b7973151cb9b0b91d66adc90e (diff) | |
download | synthpod-d52494115fb2798c3fa5f8b4b3efc471f10851a3.tar.xz |
update dependencies in README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -10,10 +10,12 @@ ### Dependencies -* [lv2](http://lv2plug.in) (LV2 plugin specification) +* [LV2](http://lv2plug.in) (LV2 plugin specification) * [lilv](http://drobilla.net/software/lilv/) (LV2 plugin host library) * [JACK](http://jackaudio.org/) (JACK audio connection kit) * [Elementary](http://docs.enlightenment.org/auto/elementary/) (EFL UI toolkit) +* [ALSA](http://alsa-project.org) (Advanced Linux Sound Architecture) +* [zita-alsa-pcmi](http://kokkinizita.linuxaudio.org/linuxaudio/) (ALSA PCM high-level API) ### Build / install @@ -28,7 +30,7 @@ #### ArchLinux # build/runtime dependencies - sudo pacman -S cmake lv2 lilv elementary jack + sudo pacman -S cmake lv2 lilv elementary jack zita-alsa-pcmi #### Debian (>= jessie) and derivatives (Ubuntu, Mint, ...) |