fix invalid script path (#975) (#976)

* 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 38145bbaba.

* Revert "add newly exposed values to python binding."

This reverts commit 0884e06527.

* add python2-setuptools in required cygwin packages.

* Revert "fix invalid script path (#975)"

This reverts commit 8c55ca7d34.
This commit is contained in:
Guillaume Sottas 2018-07-11 09:33:13 -06:00 committed by Nguyen Anh Quynh
parent 0b3cd70e67
commit cf0bcb82b4
1 changed files with 2 additions and 2 deletions

View File

@ -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