behdad / glyphy

GLyphy is a signed-distance-field (SDF) text renderer using OpenGL ES2 shading language.
Other
663 stars 76 forks source link

Mac install instructions don't work on Maverick #3

Open sasmaster opened 10 years ago

sasmaster commented 10 years ago

Another issue I encountered a couple of weeks ago trying to build the lib on Mac OS X Maverick.;

These steps:

Compilation instructions on Mac OS X:

1) Install Xcode and command line tools (as of Xcode 4.3.x, from within Preferences -> Downloads). 2) Install MacPorts. 3) sudo port install automake autoconf libtool pkgconfig cairo freetype 4) ./autogen.sh 5) make

don't work.

I installed MacPorts but command (3) just doesn't work.It always complains about pkgconfig missing.

Not really using Mac but maybe you will want to revise the make script .

behdad commented 10 years ago

I don't have a clean Mac to try these from scratch.