mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-06-19 23:07:50 +00:00
COMPILE.TXT: MingW compile requires Python2. issue reported by @stievie
This commit is contained in:
parent
29b3c57e3c
commit
dcde01daef
|
@ -49,12 +49,14 @@ Unicorn requires few dependent packages as follows.
|
||||||
Finally, install required toolchain to build C projects.
|
Finally, install required toolchain to build C projects.
|
||||||
|
|
||||||
- To compile for Windows 32-bit, run:
|
- To compile for Windows 32-bit, run:
|
||||||
|
$ pacman -S python2
|
||||||
$ pacman -S make
|
$ pacman -S make
|
||||||
$ pacman -S pkg-config
|
$ pacman -S pkg-config
|
||||||
$ pacman -S mingw-w64-i686-glib2
|
$ pacman -S mingw-w64-i686-glib2
|
||||||
$ pacman -S mingw-w64-i686-toolchain
|
$ pacman -S mingw-w64-i686-toolchain
|
||||||
|
|
||||||
- To compile for Windows 64-bit, run:
|
- To compile for Windows 64-bit, run:
|
||||||
|
$ pacman -S python2
|
||||||
$ pacman -S make
|
$ pacman -S make
|
||||||
$ pacman -S pkg-config
|
$ pacman -S pkg-config
|
||||||
$ pacman -S mingw-w64-x86_64-glib2
|
$ pacman -S mingw-w64-x86_64-glib2
|
||||||
|
|
Loading…
Reference in a new issue