Created
March 17, 2010 03:15
-
-
Save ericboehs/334848 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 | |
| wget ftp://xmlsoft.org/libxml2/libxml2-2.7.7.tar.gz | |
| tar -xvf libxml2-2.7.7.tar.gz | |
| cd libxml2-2.7.7 | |
| ./configure | |
| make | |
| sudo make install | |
| sudo /sbin/ldconfig | |
| cd .. | |
| rm -rf libxml2-2.7.7* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment