README v1.1 update

This commit is contained in:
zawz 2019-08-15 15:51:57 +02:00
parent 88b2260b90
commit 1ca7ffc6e4

View file

@ -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