aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-09-07 14:20:00 +0200
committercbdev <cb@cbcdn.com>2019-09-07 14:20:00 +0200
commitf19e3fe0d131c68d1e77fcd8706b260c28f508b8 (patch)
tree2b946e6b5c43e043c2c1a8f608746825778b8d6a /README.md
parent1a23b9339c0164ec18fe6dc5eb900185e4f9d886 (diff)
downloadmidimonster-f19e3fe0d131c68d1e77fcd8706b260c28f508b8.tar.gz
midimonster-f19e3fe0d131c68d1e77fcd8706b260c28f508b8.tar.bz2
midimonster-f19e3fe0d131c68d1e77fcd8706b260c28f508b8.zip
maweb I/O buffering
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 25cdce0..33c4f5a 100644
--- a/README.md
+++ b/README.md
@@ -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