README dependency fix

This commit is contained in:
zawz 2019-09-26 11:51:08 +02:00
parent 1c8c3ac9d2
commit b742fa5ae5

View file

@ -2,7 +2,7 @@
Map midi signals coming from ALSA midi devices to shell commands
Dependencies: alsa-utils , [ztd](https://github.com/zawwz/ztd)
Dependencies: alsa-utils
## Installing
@ -18,6 +18,8 @@ Download ``zmidimap-static.tar.gz`` for a standalone executable without library
### From source
Depends on: [ztd](https://github.com/zawwz/ztd)
``make -j6`` for a shared build
``STATIC=true make -j6`` for a static build