From dcde01daef0391fcffd3e156c9d2e8da6aa48498 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Wed, 11 Nov 2015 23:49:41 +0800 Subject: [PATCH] COMPILE.TXT: MingW compile requires Python2. issue reported by @stievie --- COMPILE.TXT | 2 ++ 1 file changed, 2 insertions(+) diff --git a/COMPILE.TXT b/COMPILE.TXT index 4e44768b..baafd8fc 100644 --- a/COMPILE.TXT +++ b/COMPILE.TXT @@ -49,12 +49,14 @@ Unicorn requires few dependent packages as follows. Finally, install required toolchain to build C projects. - To compile for Windows 32-bit, run: + $ pacman -S python2 $ pacman -S make $ pacman -S pkg-config $ pacman -S mingw-w64-i686-glib2 $ pacman -S mingw-w64-i686-toolchain - To compile for Windows 64-bit, run: + $ pacman -S python2 $ pacman -S make $ pacman -S pkg-config $ pacman -S mingw-w64-x86_64-glib2