From 27cf6617a3d9b0824fe40badf2c6b97d40e395c8 Mon Sep 17 00:00:00 2001 From: naq Date: Fri, 20 Sep 2019 17:27:54 +0800 Subject: [PATCH] docs: we no longer requires python2 in building --- docs/COMPILE-NIX.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/COMPILE-NIX.md b/docs/COMPILE-NIX.md index 1a07a84a..6964d681 100644 --- a/docs/COMPILE-NIX.md +++ b/docs/COMPILE-NIX.md @@ -47,11 +47,6 @@ To build Unicorn on *nix (such as MacOSX, Linux, *BSD, Solaris): $ ./make.sh macos-universal-no -- 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 Linux to target 32-bit binary, cross-compile to 32-bit with: