<div dir="ltr">







<div>I had another go at building harfbuzz from git on Mac OS X.  Using Homebrew, together with gtk-doc's now being optional, made it an order of magnitude easier than last time (glib and freetype are so that hb-shape builds):</div>

<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"># Install Xcode command line tools </blockquote>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">xcode-select --install<br># Install homebrew<br>ruby -e "$(curl -fsSL <a href="https://raw.github.com/Homebrew/homebrew/go/install">https://raw.github.com/Homebrew/homebrew/go/install</a>)"<br>

brew doctor<br># Do what brew doctor says (I had to move some stuff in /Library/Frameworks out of the way)<br>brew install ragel<br>brew install automake<br>brew install pkg-config </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

brew install glib<br>brew install libtool<br>brew install freetype<br># Get harfbuzz<br>git clone <a href="https://github.com/behdad/harfbuzz.git">https://github.com/behdad/harfbuzz.git</a><br>cd harfbuzz<br>./autogen.sh<br>

make</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"># Install Xcode command line tools<br></blockquote>

<p class=""></p><p class="">James</p></div>