Added note for building on OSX from source (from #179)
This commit is contained in:
parent
4c3461967b
commit
730e6413b1
@ -57,6 +57,15 @@ Then for a debug build:
|
|||||||
$ make
|
$ make
|
||||||
$ make install
|
$ make install
|
||||||
|
|
||||||
|
Or to build on osx:
|
||||||
|
|
||||||
|
$ brew install gtk-doc swig
|
||||||
|
$ gtkdocize
|
||||||
|
$ ./bootstrap.sh
|
||||||
|
$ ./configure
|
||||||
|
$ make
|
||||||
|
$ make install
|
||||||
|
|
||||||
Leak check:
|
Leak check:
|
||||||
|
|
||||||
$ export G_DEBUG=gc-friendly
|
$ export G_DEBUG=gc-friendly
|
||||||
|
Loading…
Reference in New Issue
Block a user