docs: note on glib universal format for MacOS

This commit is contained in:
Nguyen Anh Quynh 2016-07-15 16:46:09 +08:00
parent 6f5e59be73
commit f8942f5987
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ Unicorn requires few dependent packages as follows.
$ brew install pkg-config glib $ 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. - For Linux, "glib2-dev" is needed.
Ubuntu/Debian users can install this with: Ubuntu/Debian users can install this with: