From 1ca7ffc6e4a7525891db924454ac03a8fc80d65f Mon Sep 17 00:00:00 2001 From: zawz Date: Thu, 15 Aug 2019 15:51:57 +0200 Subject: [PATCH] README v1.1 update --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dce710e..adcf5b7 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,18 @@ Dependencies: alsa-utils , [ztd](https://github.com/zawwz/ztd) ### Package #### Debian/Ubuntu + Download the .deb package then run: `sudo dpkg -i zmidimap.deb ; sudo apt -f install` ### Standalone -Move executable `zmidimap` to your PATH directory +Download ``zmidimap-static.tar.gz`` for a standalone without library dependency +Then move the executable `zmidimap` to your PATH directory ### From source -```sh -git clone https://github.com/zawwz/zmidimap.git -cd zmidimap -make && sudo make install -``` +``make -j6`` for a shared build +``STATIC=true make -j6`` for a static build ## Usage