From 942edb99e2d5decf0bc517317ca52d478d9245fd Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 23 Oct 2015 11:02:04 +0800 Subject: [PATCH] update COMPILE.TXT for Python2 requirement --- COMPILE.TXT | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/COMPILE.TXT b/COMPILE.TXT index 7804efd2..69edf581 100644 --- a/COMPILE.TXT +++ b/COMPILE.TXT @@ -98,15 +98,15 @@ Unicorn requires few dependent packages as follows. $ ./make.sh + - Unicorn requires Python 2.x to compile. If Python 2.x is not the default + Python interpreter, ensure that the appropriate option is set: + + $ UNICORN_QEMU_FLAGS="--python=/path/to/python2" ./make.sh + - To cross-compile Unicorn on 64-bit OS to target 32-bit binary, run: $ ./make.sh nix32 - - If Python 2.x is not the default Python interpreter, ensure that the - appropriate option is set: - - $ UNICORN_QEMU_FLAGS="--python=/path/to/python2" ./make.sh - After compiling, install Unicorn with: $ sudo ./make.sh install