From 5f7a912f5db975b8e6600874ed348fc8a5fdefa8 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Wed, 2 Sep 2015 10:44:26 +0800 Subject: [PATCH] better instructions for install Msys2 on Windows --- COMPILE.TXT | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/COMPILE.TXT b/COMPILE.TXT index 5887f094..fa2b1d7c 100644 --- a/COMPILE.TXT +++ b/COMPILE.TXT @@ -178,8 +178,16 @@ Unicorn requires few dependent packages as followings [7] Compile on Windows with MinGW (MSYS2) To compile with MinGW you need to install MSYS2: https://msys2.github.io/ - Follow the install instructions and don't forget to update the system packages as written in 5 & 6 paragraphs + Follow the install instructions and don't forget to update the system packages with: + + $ pacman --needed -Sy bash pacman pacman-mirrors msys2-runtime + + Then close MSYS2, run it again from Start menu and update the rest with: + + $ pacman -Su + Finally, compile Unicorn with the next steps: + - To compile Windows 32-bit binary with MinGW, run: $ pacman -S make $ pacman -S pkg-config