Skip to content

Commit 3b71ec7

Browse files
committed
Recommend 64-bit Windows builds
1 parent 98d23ac commit 3b71ec7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To build the program for Windows, you can either use [MSYS2](http://www.msys2.or
5050

5151
### Building on Windows with MSYS2
5252

53-
Install [MSYS2](http://www.msys2.org). Open a terminal using the "MSYS2 MinGW 32-bit" shortcut. (Or use the 64-bit shortcut if you prefer a 64-bit build.)
53+
Install [MSYS2](http://www.msys2.org). Open a terminal using the "MSYS2 MinGW 64-bit" shortcut. (Or use the 32-bit shortcut if you prefer a 32-bit build.)
5454

5555
pacman -Syu
5656

@@ -69,24 +69,24 @@ You can test your installation using the included sample file:
6969

7070
If the sample file does not work, make sure you followed all of the instructions. If it still doesn't work, file an issue with the error message. Please put "[Windows]" in the title of the issue.
7171

72-
Once everything is built, you can run nrsc5 independently of MSYS2. Copy the following files from your MSYS2/mingw32 directory (e.g. C:\\msys64\\mingw32\\bin):
72+
Once everything is built, you can run nrsc5 independently of MSYS2. Copy the following files from your MSYS2 mingw64 (or mingw32) directory (e.g. C:\\msys64\\mingw64\\bin):
7373

7474
* libnrsc5.dll
7575
* nrsc5.exe
7676

7777
### Cross-compiling for Windows from Ubuntu / Debian
7878

7979
sudo apt install mingw-w64
80-
support/win-cross-compile 32
80+
support/win-cross-compile 64
8181

82-
Replace `32` with `64` if you want a 64-bit build. Once the build is complete, copy `*.dll` and `nrsc5.exe` from the `build-win32/bin` (or `build-win64/bin`) folder to your Windows machine.
82+
Replace `64` with `32` if you want a 32-bit build. Once the build is complete, copy `*.dll` and `nrsc5.exe` from the `build-win64/bin` (or `build-win32/bin`) folder to your Windows machine.
8383

8484
### Cross-compiling for Windows from macOS
8585

8686
brew install mingw-w64
87-
support/win-cross-compile 32
87+
support/win-cross-compile 64
8888

89-
Replace `32` with `64` if you want a 64-bit build. Once the build is complete, copy `*.dll` and `nrsc5.exe` from the `build-win32/bin` (or `build-win64/bin`) folder to your Windows machine.
89+
Replace `64` with `32` if you want a 32-bit build. Once the build is complete, copy `*.dll` and `nrsc5.exe` from the `build-win64/bin` (or `build-win32/bin`) folder to your Windows machine.
9090

9191
## Usage
9292

0 commit comments

Comments
 (0)