Skip to content

Instantly share code, notes, and snippets.

@burnash
Created March 3, 2015 00:58
Show Gist options
  • Save burnash/c51ad1ea254a8d1a11ad to your computer and use it in GitHub Desktop.
Save burnash/c51ad1ea254a8d1a11ad to your computer and use it in GitHub Desktop.
Installing py2cairo on Ubuntu 14.10 in virtualenv
sudo apt-get install libtool automake
git clone --depth 1 git://git.cairographics.org/git/py2cairo
cd py2cairo
./autogen.sh --prefix=/path/to/virtual/env
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment