mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 13:38:26 +00:00
parent
cf727ad323
commit
b86ed781d7
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ Unicorn requires few dependent packages as follows.
|
|||
|
||||
$ ./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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue