Skip to content

Instantly share code, notes, and snippets.

@ericboehs
Created March 17, 2010 03:15
Show Gist options
  • Select an option

  • Save ericboehs/334848 to your computer and use it in GitHub Desktop.

Select an option

Save ericboehs/334848 to your computer and use it in GitHub Desktop.
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