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