Merge pull request #42 from strazzere/master

Update dependant libraries for OSX
This commit is contained in:
Nguyen Anh Quynh 2015-08-26 08:57:17 +08:00
commit b7aa015776

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: