mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 06:48:18 +00:00
update COMPILE.TXT for Python2 requirement
This commit is contained in:
parent
47e31f5663
commit
942edb99e2
1 changed files with 5 additions and 5 deletions
10
COMPILE.TXT
10
COMPILE.TXT
|
@ -98,15 +98,15 @@ Unicorn requires few dependent packages as follows.
|
|||
|
||||
$ ./make.sh
|
||||
|
||||
- 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 OS to target 32-bit binary, run:
|
||||
|
||||
$ ./make.sh nix32
|
||||
|
||||
- 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
|
||||
|
||||
After compiling, install Unicorn with:
|
||||
|
||||
$ sudo ./make.sh install
|
||||
|
|
Loading…
Reference in a new issue