开发者

Steps to install py2cairo?

Seems that pycairo was branched to py2cairo for 2.x versions back in May. There are no pip or easy_install installation options for py2cairo. I've grabbed the latest py2cairo tar, as well as the cairo 1.8.10 package which is registered as a dependency. When I try to configure cairo first, it errors out开发者_JAVA技巧 at the end that it needs pkg-config. However, I also can't find a pkg-config install option in pip or easy_install. I'm at a complete loss as to how to get py2cairo installed. I'm doing this on Mac Snow Leopard.


pkg-config is a helper tool used when compiling applications and libraries.

If you are using macports then the package name is pkgconfig.

port install pkgconfig

See the portfile at : http://trac.macports.org/browser/trunk/dports/devel/pkgconfig/Portfile

The details are at : http://pkg-config.freedesktop.org/wiki/FrontPage

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜