Skip to content

Instantly share code, notes, and snippets.

@sandsu
Created February 8, 2013 18:22
Show Gist options
  • Save sandsu/4740913 to your computer and use it in GitHub Desktop.
Save sandsu/4740913 to your computer and use it in GitHub Desktop.
wget http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz
tar xzvf yaml-0.1.4.tar.gz
pushd yaml-0.1.4
./configure --prefix=/usr/local
make && make install
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment