From 730e6413b12326f359d5eac6b62c49a265f01f28 Mon Sep 17 00:00:00 2001 From: homerjam Date: Tue, 25 Nov 2014 23:44:58 +0000 Subject: [PATCH] Added note for building on OSX from source (from #179) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c7388724..93f4c29f 100644 --- a/README.md +++ b/README.md @@ -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