80 columns

This commit is contained in:
Nguyen Anh Quynh 2016-01-01 14:14:03 +08:00
parent b3ebd1b7cb
commit 092752fa58

View File

@ -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