mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 04:48:12 +00:00
* fix invalid script path (#975) * expose target_page_align and target_page_size to public API. * add newly exposed values to python binding. * Revert "expose target_page_align and target_page_size to public API." This reverts commit 38145bbaba26900118809c6179164d060b8e73e5. * Revert "add newly exposed values to python binding." This reverts commit 0884e06527155799494138733557adaf2f4fe71c. * add python2-setuptools in required cygwin packages. * Revert "fix invalid script path (#975)" This reverts commit 8c55ca7d3447824fb672ab83ff4af5aee9ec089d Backports commit cf0bcb82b465ec521235ba819a8eba5c46748ddd from unicorn
This commit is contained in:
parent
68e17c03dc
commit
b7628f215c
1 changed files with 2 additions and 2 deletions
|
@ -45,12 +45,12 @@ Unicorn can be compiled either on Ubuntu or Windows.
|
|||
$ pacman -S make
|
||||
$ pacman -S mingw-w64-x86_64-toolchain
|
||||
|
||||
- For Cygwin, "make", "gcc-core", "libpcre-devel", "zlib-devel"
|
||||
- For Cygwin, "make", "gcc-core", "libpcre-devel", "zlib-devel", "python2-setuptools"
|
||||
are needed.
|
||||
|
||||
If apt-cyg is available, you can install these with:
|
||||
|
||||
$ apt-cyg install make gcc-core libpcre-devel zlib-devel
|
||||
$ apt-cyg install make gcc-core libpcre-devel zlib-devel python2-setuptools
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue