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)

Latest revision as of 10:27, 19 February 2010

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