mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-07-07 14:40:53 +00:00
Added more clarification to Windows compilation steps (#797)
This commit is contained in:
parent
605400e10e
commit
0948580acc
|
@ -81,6 +81,9 @@ For each option, refer to docs/README for more details.
|
||||||
[2] Compile from source on Windows - with MinGW (MSYS2)
|
[2] Compile from source on Windows - with MinGW (MSYS2)
|
||||||
|
|
||||||
To compile with MinGW, install MSYS2 as instructed in the first section.
|
To compile with MinGW, install MSYS2 as instructed in the first section.
|
||||||
|
|
||||||
|
Note: After MSYS2 is installed, you will have 3 shortcuts to open the command prompt: "MSYS2 MSYS", "MSYS2 MingGW-32 bit" and "MSYS2 MinGW 64-bit". Use the MinGW shortcut so that compilation succeeds.
|
||||||
|
|
||||||
Then, build Unicorn with the next steps:
|
Then, build Unicorn with the next steps:
|
||||||
|
|
||||||
- To compile Windows 32-bit binary with MinGW, run:
|
- To compile Windows 32-bit binary with MinGW, run:
|
||||||
|
|
Loading…
Reference in a new issue