Created
February 24, 2010 17:24
Revisions
-
codekoala revised this gist
Feb 24, 2010 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ 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 -
codekoala revised this gist
Feb 24, 2010 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ cd /tmp aria2c http://codespeak.net/lxml/lxml-2.2.2.tgz tar -xzvf lxml-2.2.2.tgz cd lxml-2.2.2 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 -
codekoala revised this gist
Feb 24, 2010 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,7 @@ cd /tmp wget http://codespeak.net/lxml/lxml-2.2.2.tgz tar -xzvf lxml-2.2.2.tgz cd lxml-2.2.2 mkdir libs cd libs/ wget ftp://xmlsoft.org/libxml2/libxml2-2.7.3.tar.gz wget ftp://xmlsoft.org/libxml2/libxslt-1.1.24.tar.gz -
simonw created this gist
Aug 14, 2009 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ cd /tmp wget http://codespeak.net/lxml/lxml-2.2.2.tgz tar -xzvf lxml-2.2.2.tgz cd lxml-2.2.2 cd libs/ wget ftp://xmlsoft.org/libxml2/libxml2-2.7.3.tar.gz wget 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