[HarfBuzz] Building from git on OS X with Homebrew

Behdad Esfahbod behdad at behdad.org
Mon Mar 24 12:00:21 PDT 2014


On 14-03-24 01:32 AM, James Clark wrote:
> 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):

A while ago I put MacPorts instructions on the harfbuzz homepage.  In particular:

To start from git, do this:

sudo port install autoconf automake libtool pkgconfig ragel gtk-doc
sudo port install freetype glib2 cairo

If you can tell me the brew equivalent of those I'll add to the page.  Like:

brew install autoconf automake libtool pkg-config ragel gtk-doc??
brew install freetype glib cairo?

>     # Install Xcode command line tools 
> 
>     xcode-select --install
>     # Install homebrew
>     ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
>     brew doctor
>     # Do what brew doctor says (I had to move some stuff in
>     /Library/Frameworks out of the way)
>     brew install ragel
>     brew install automake
>     brew install pkg-config 
> 
>     brew install glib
>     brew install libtool
>     brew install freetype
>     # Get harfbuzz
>     git clone https://github.com/behdad/harfbuzz.git
>     cd harfbuzz
>     ./autogen.sh
>     make
> 
>     # Install Xcode command line tools
> 
> James
> 
> 
> 
> _______________________________________________
> HarfBuzz mailing list
> HarfBuzz at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/harfbuzz
> 

-- 
behdad
http://behdad.org/


More information about the HarfBuzz mailing list