mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 05:58:09 +00:00
docs: install dependency for cross-compile to i386
This commit is contained in:
parent
dcd06b087f
commit
3eb03a8422
1 changed files with 6 additions and 1 deletions
|
@ -74,7 +74,12 @@ To build Unicorn on *nix (such as MacOSX, Linux, *BSD, Solaris):
|
|||
|
||||
$ UNICORN_QEMU_FLAGS="--python=/path/to/python2" ./make.sh
|
||||
|
||||
- To cross-compile Unicorn on 64-bit Linux to target 32-bit binary, run:
|
||||
- To cross-compile Unicorn on 64-bit Linux to target 32-bit binary, install
|
||||
libglib2.0-dev for i386. On Ubuntu, this can be done with:
|
||||
|
||||
$ sudo apt-get install libglib2.0-dev:i386
|
||||
|
||||
Then cross-compile to 32-bit with:
|
||||
|
||||
$ ./make.sh linux32
|
||||
|
||||
|
|
Loading…
Reference in a new issue