diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ Run `mingw64.exe` or `mingw32.exe` from the installation directory. | |||
20 | 20 | ||
21 | On either Linux or Windows the commands `make mingw64_defconfig` or `make mingw32_defconfig` will pick up the default configuration. You can then customize your build with `make menuconfig` (Linux only) or by editing `.config`, if you know what you're doing. | 21 | On either Linux or Windows the commands `make mingw64_defconfig` or `make mingw32_defconfig` will pick up the default configuration. You can then customize your build with `make menuconfig` (Linux only) or by editing `.config`, if you know what you're doing. |
22 | 22 | ||
23 | Then just `make`. | 23 | Then just `make` or `make CROSS_COMPILE=""` on Windows. |
24 | 24 | ||
25 | ### Limitations | 25 | ### Limitations |
26 | 26 | ||