From d6e643ceb8c8de633bdbf5be433fb5d8611669e6 Mon Sep 17 00:00:00 2001 From: Tim Strazzere Date: Tue, 25 Aug 2015 15:22:56 -0700 Subject: [PATCH] Update dependant libraries for OSX --- COMPILE.TXT | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/COMPILE.TXT b/COMPILE.TXT index 6e646547..57c2a629 100644 --- a/COMPILE.TXT +++ b/COMPILE.TXT @@ -7,10 +7,10 @@ Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows Unicorn requires few dependent packages as followings -- For Mac OS X, "pkg-config" is needed. - Brew users can install "pkg-config" with: +- For Mac OS X, "pkg-config" and "glib" are needed. + Brew users can install "pkg-config" and "glib" with: - $ brew install pkg-config + $ brew install pkg-config glib - For Linux, glib2-dev is needed. Ubuntu/Debian users can install this with: