Added note for building on OSX from source (from #179)

This commit is contained in:
homerjam 2014-11-25 23:44:58 +00:00
parent 4c3461967b
commit 730e6413b1

View File

@ -57,6 +57,15 @@ Then for a debug build:
$ make
$ make install
Or to build on osx:
$ brew install gtk-doc swig
$ gtkdocize
$ ./bootstrap.sh
$ ./configure
$ make
$ make install
Leak check:
$ export G_DEBUG=gc-friendly