From 092752fa58d5e7a00805b293c162f55fe3c9c844 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 1 Jan 2016 14:14:03 +0800 Subject: [PATCH] 80 columns --- COMPILE.TXT | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/COMPILE.TXT b/COMPILE.TXT index e5abd6af..e2e932dd 100644 --- a/COMPILE.TXT +++ b/COMPILE.TXT @@ -62,7 +62,9 @@ Unicorn requires few dependent packages as follows. $ pacman -S mingw-w64-x86_64-glib2 $ pacman -S mingw-w64-x86_64-toolchain -- For Cygwin, "make", "gcc-core", "pkg-config", "libpcre-devel", "zlib-devel" and "libglib2.0-devel" are needed. +- For Cygwin, "make", "gcc-core", "pkg-config", "libpcre-devel", "zlib-devel" + and "libglib2.0-devel" are needed. + If apt-cyg is available, you can install these with: $ apt-cyg install make gcc-core pkg-config libpcre-devel zlib-devel libglib2.0-devel