From f8942f59876eb650b8e4cd12873768cb98308a58 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 15 Jul 2016 16:46:09 +0800 Subject: [PATCH] docs: note on glib universal format for MacOS --- docs/COMPILE-NIX.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/COMPILE-NIX.md b/docs/COMPILE-NIX.md index bfc08e39..5ba90fa8 100644 --- a/docs/COMPILE-NIX.md +++ b/docs/COMPILE-NIX.md @@ -15,6 +15,12 @@ Unicorn requires few dependent packages as follows. $ brew install pkg-config glib + NOTE: to build Unicorn universal binaries (which support both 32-bit & + 64-bit), you need to have glib in universal format. To do that, build & + install glib with: + + $ brew install glib --universal + - For Linux, "glib2-dev" is needed. Ubuntu/Debian users can install this with: