diff options
author | cbdev <cb@cbcdn.com> | 2019-09-07 14:20:00 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-09-07 14:20:00 +0200 |
commit | f19e3fe0d131c68d1e77fcd8706b260c28f508b8 (patch) | |
tree | 2b946e6b5c43e043c2c1a8f608746825778b8d6a /README.md | |
parent | 1a23b9339c0164ec18fe6dc5eb900185e4f9d886 (diff) | |
download | midimonster-f19e3fe0d131c68d1e77fcd8706b260c28f508b8.tar.gz midimonster-f19e3fe0d131c68d1e77fcd8706b260c28f508b8.tar.bz2 midimonster-f19e3fe0d131c68d1e77fcd8706b260c28f508b8.zip |
maweb I/O buffering
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -155,9 +155,9 @@ For Linux and OSX, just running `make` in the source directory should do the tri Some backends have been marked as optional as they require rather large additional software to be installed, for example the `ola` backend. To create a build including these, run `make full`. -To build on windows, install the crosscompiler package listed above and run -`make windows`. This will build `midimonster.exe` as well as a set of backends as DLL -files. +To build for Windows, you still need to compile on a Linux machine. +Install the crosscompiler package listed above and run `make windows`. +This will build `midimonster.exe` as well as a set of backends as DLL files. ## Development |