Skip to content

Instantly share code, notes, and snippets.

View blite's full-sized avatar

ben blite

  • Brandon, MS
  • 06:50 (UTC -05:00)
View GitHub Profile
cd /tmp
curl -OL http://codespeak.net/lxml/lxml-2.2.2.tgz
tar -xzvf lxml-2.2.2.tgz
cd lxml-2.2.2
cd libs/
curl -OL ftp://xmlsoft.org/libxml2/libxml2-2.7.3.tar.gz
curl -OL 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