<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Mar 25, 2014 at 2:00 AM, Behdad Esfahbod <span dir="ltr"><<a href="mailto:behdad@behdad.org" target="_blank">behdad@behdad.org</a>></span> wrote:<br>

<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"><div class=""><br>
</div>A while ago I put MacPorts instructions on the harfbuzz homepage.</blockquote><div><br></div><div>It might be helpful also to put those instructions in an INSTALL file in the repository.  I suspect some people (like me!) in their eagerness to get started might read the homepage just far enough to get to the github link, and then follow that.</div>

<div> </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">  In particular:<br>
<br>
To start from git, do this:<br>
<br>
sudo port install autoconf automake libtool pkgconfig ragel gtk-doc<br>
sudo port install freetype glib2 cairo<br>
<br>
If you can tell me the brew equivalent of those I'll add to the page. <br></blockquote><div><br></div><div>The man page says brew install takes a single arg, but the online help says multiple args are allowed, and that does appear to be the case.  So the equivalent on brew would be (as you guessed):</div>

<div><br></div><div>brew install autoconf automake libtool pkg-config ragel gtk-doc<br>brew install freetype glib cairo<br></div><div><br></div><div>However:</div><div><br></div><div>- cairo requires installing XQuartz manually</div>

<div>- gtk-doc did not successfully install (one problem with libxml2, and another with gnome-doc-utils)</div><div><br></div><div>So maybe it's worth mentioning that the gtk-doc and cairo dependencies can be omitted if they cause problems.</div>

<div><br></div><div>James<br></div></div></div></div>