README dependency fix
This commit is contained in:
parent
1c8c3ac9d2
commit
b742fa5ae5
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Map midi signals coming from ALSA midi devices to shell commands
|
Map midi signals coming from ALSA midi devices to shell commands
|
||||||
|
|
||||||
Dependencies: alsa-utils , [ztd](https://github.com/zawwz/ztd)
|
Dependencies: alsa-utils
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
|
@ -18,6 +18,8 @@ Download ``zmidimap-static.tar.gz`` for a standalone executable without library
|
||||||
|
|
||||||
### From source
|
### From source
|
||||||
|
|
||||||
|
Depends on: [ztd](https://github.com/zawwz/ztd)
|
||||||
|
|
||||||
``make -j6`` for a shared build
|
``make -j6`` for a shared build
|
||||||
``STATIC=true make -j6`` for a static build
|
``STATIC=true make -j6`` for a static build
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue