Created
February 24, 2010 17:24
-
-
Save codekoala/313635 to your computer and use it in GitHub Desktop.
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
cd /tmp | |
aria2c http://codespeak.net/lxml/lxml-2.2.4.tgz | |
tar -xzvf lxml-2.2.4.tgz | |
cd lxml-2.2.4 | |
mkdir libs | |
cd libs/ | |
aria2c ftp://xmlsoft.org/libxml2/libxml2-2.7.3.tar.gz | |
aria2c ftp://xmlsoft.org/libxml2/libxslt-1.1.24.tar.gz | |
cd .. | |
python setup.py build --static-deps --libxml2-version=2.7.3 --libxslt-version=1.1.24 | |
sudo python setup.py install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment