Difference between revisions of "Dev talk:Building On Mac OS X"

From Synfig Studio :: Documentation
Jump to: navigation, search
(New page: I had some issues installing cairo with both X11 and Quartz installed. I had to install it with: sudo port install cairo +quartz +no_x11)
(No difference)

Revision as of 13:03, 13 May 2008

I had some issues installing cairo with both X11 and Quartz installed. I had to install it with:

sudo port install cairo +quartz +no_x11