Created
May 21, 2012 13:21
-
-
Save DamianZaremba/2762279 to your computer and use it in GitHub Desktop.
How to make py2cairo compile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PATH="/usr/local/python/bin/:$PATH" PYTHONPATH="/usr/local/python/" LD_LIBRARY_PATH="/usr/local/python/lib:/usr/local/python/:$LD_LIBRARY_PATH" PKG_CONFIG_PATH=/usr/local/cairo/lib/pkgconfig:$PKG_CONFIG_PATH /usr/local/python/bin/python waf configure --prefix=/usr/local/python/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment