Created
March 3, 2015 00:58
-
-
Save burnash/c51ad1ea254a8d1a11ad to your computer and use it in GitHub Desktop.
Installing py2cairo on Ubuntu 14.10 in virtualenv
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
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