* 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 commit38145bbaba
. * Revert "add newly exposed values to python binding." This reverts commit0884e06527
. * add python2-setuptools in required cygwin packages. * Revert "fix invalid script path (#975)" This reverts commit8c55ca7d34
.
This commit is contained in:
parent
0b3cd70e67
commit
cf0bcb82b4
|
@ -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 New Issue