From b7628f215c9c4bafcb5cdab651ba211b20ab5ee8 Mon Sep 17 00:00:00 2001 From: Guillaume Sottas Date: Thu, 28 Feb 2019 17:01:56 -0500 Subject: [PATCH] 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 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 --- docs/COMPILE-WINDOWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/COMPILE-WINDOWS.md b/docs/COMPILE-WINDOWS.md index 9954c38a..55262cde 100644 --- a/docs/COMPILE-WINDOWS.md +++ b/docs/COMPILE-WINDOWS.md @@ -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