aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
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