Merge pull request #195 from homerjam/patch-1

Added note for building on OSX from source (from #179)
This commit is contained in:
John Cupitt 2014-11-26 00:07:36 +00:00
commit eb692a3624
1 changed files with 9 additions and 0 deletions

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