Skip to content

Commit 328edf3

Browse files
brianpefiskLibrarian
authored andcommitted
modified: en/Archive/Compilation and Ports/Compiling on Windows using MSYS2
User Summary: added download of pactoys and modified the make instruction
1 parent baa80f8 commit 328edf3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Page/en/Archive/Compilation and Ports/Compiling on Windows using MSYS2.mediawiki

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ OpenTTD requires a couple of programs in the MSYS subsystem, and most others in
3535
You can install <code>git</code> and <code>make</code> with the following command:
3636

3737
pacman -S git make
38+
You also need to install pacboy.
39+
40+
pacman -S pactoys
3841
3942
The following need to be installed in the relevant MinGW subsystem:
4043

@@ -66,7 +69,7 @@ Start MinGW64, and run the following:
6669
cd ~/OpenTTD # '~' means your home folder
6770
mkdir build
6871
cd build
69-
cmake .. -G "MSYS Makefiles"
72+
${MINGW_PREFIX}/bin/cmake .. -G "MSYS Makefiles"
7073
make -j$(nproc)
7174
7275
When OpenTTD has finished compiling an openttd.exe file is made. It will be copied to the <code>./bin</code> subfolder.

0 commit comments

Comments
 (0)