From b86ed781d78d286856344c674ca7d2a61176bcca Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Wed, 21 Oct 2015 11:42:43 -0400 Subject: [PATCH] COMPILE.TXT: add note to configure Python for build Addresses #206 --- COMPILE.TXT | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/COMPILE.TXT b/COMPILE.TXT index c14facd8..7804efd2 100644 --- a/COMPILE.TXT +++ b/COMPILE.TXT @@ -102,6 +102,10 @@ Unicorn requires few dependent packages as follows. $ ./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: