Skip to content

Instantly share code, notes, and snippets.

@DamianZaremba
Created May 21, 2012 13:21
Show Gist options
  • Save DamianZaremba/2762279 to your computer and use it in GitHub Desktop.
Save DamianZaremba/2762279 to your computer and use it in GitHub Desktop.
How to make py2cairo compile
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