From b742fa5ae51affd99dc0a6b9edab580d8530c7c9 Mon Sep 17 00:00:00 2001 From: zawz Date: Thu, 26 Sep 2019 11:51:08 +0200 Subject: [PATCH] README dependency fix --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d2ea09..4412564 100644 --- a/README.md +++ b/README.md @@ -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