mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 05:38:19 +00:00
docs: we no longer requires python2 in building
Backports commit 27cf6617a3d9b0824fe40badf2c6b97d40e395c8 from unicorn.
This commit is contained in:
parent
00ffa5c930
commit
de842ee76c
1 changed files with 0 additions and 5 deletions
|
@ -47,11 +47,6 @@ To build Unicorn on *nix (such as MacOSX, Linux, *BSD, Solaris):
|
||||||
|
|
||||||
$ ./make.sh macos-universal-no
|
$ ./make.sh macos-universal-no
|
||||||
|
|
||||||
- Unicorn requires Python 2.x to compile. If Python 2.x is not the default
|
|
||||||
Python interpreter, ensure that the appropriate option is set:
|
|
||||||
|
|
||||||
$ UNICORN_QEMU_FLAGS="--python=/path/to/python2" ./make.sh
|
|
||||||
|
|
||||||
- To cross-compile Unicorn on 64-bit Linux to target 32-bit binary,
|
- To cross-compile Unicorn on 64-bit Linux to target 32-bit binary,
|
||||||
cross-compile to 32-bit with:
|
cross-compile to 32-bit with:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue