Update dependant libraries for OSX

This commit is contained in:
Tim Strazzere 2015-08-25 15:22:56 -07:00
parent e897a6184e
commit d6e643ceb8

View file

@ -7,10 +7,10 @@ Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows
Unicorn requires few dependent packages as followings Unicorn requires few dependent packages as followings
- For Mac OS X, "pkg-config" is needed. - For Mac OS X, "pkg-config" and "glib" are needed.
Brew users can install "pkg-config" with: Brew users can install "pkg-config" and "glib" with:
$ brew install pkg-config $ brew install pkg-config glib
- For Linux, glib2-dev is needed. - For Linux, glib2-dev is needed.
Ubuntu/Debian users can install this with: Ubuntu/Debian users can install this with: