<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Yes, I tried this too and worked fine (I forgot the double Freetype compilation).</p>
<p>I need to find some time, but will do a separate formula for the brew collection so it's easier to install even for others (and just run brew install harfbuzz-git or something, including extra options for the docs etc).</p>
<p>I was wondering if --with-icu has any advantages/disadvantages? I haven't used it on osx or ubuntu, but I'm using very basic stuff of harfbuzz.</p>
<p>Regards,<br />Rolf</p>
<p> </p>
<p>James Clark schreef op 2014-03-24 09:32:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<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> </div>
<blockquote class="gmail_quote" style="margin: 0px  0px  0px  0.8ex; border-left-width: 1px; border-left-color: #cccccc; 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: #cccccc; 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: #cccccc; 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: #cccccc; border-left-style: solid; padding-left: 1ex;"># Install Xcode command line tools</blockquote>
<p> </p>
<p>James</p>
</div>
<br />
<pre>_______________________________________________
HarfBuzz mailing list
<a href="mailto:HarfBuzz@lists.freedesktop.org">HarfBuzz@lists.freedesktop.org</a>
<a href="http://lists.freedesktop.org/mailman/listinfo/harfbuzz">http://lists.freedesktop.org/mailman/listinfo/harfbuzz</a>
</pre>
</blockquote>
<p> </p>
<div> </div>
</body></html>