diff options
author | cbdev <cb@cbcdn.com> | 2019-11-13 23:15:54 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-11-13 23:15:54 +0100 |
commit | 95bf6f5f98e493ff9d4f630d8a88343b5349def0 (patch) | |
tree | 0b5631bf8d40095394aaf769737d128856089de9 | |
parent | a7ca0def9e36912f582bd9f21dbc68808b3fd037 (diff) | |
download | midimonster-95bf6f5f98e493ff9d4f630d8a88343b5349def0.tar.gz midimonster-95bf6f5f98e493ff9d4f630d8a88343b5349def0.tar.bz2 midimonster-95bf6f5f98e493ff9d4f630d8a88343b5349def0.zip |
Fix list formatting
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -197,6 +197,7 @@ install the binaries to the appropriate destinations. To build for Windows, you still need to compile on a Linux machine (virtual machines work well for this). In a fresh Debian installation, you will need to install the following packages (using `apt-get install` as root): + * `build-essential` * `pkg-config` * `git` |