Skip to content

Instantly share code, notes, and snippets.

@ku1ik
Created December 11, 2013 15:58
Show Gist options
  • Save ku1ik/7912969 to your computer and use it in GitHub Desktop.
Save ku1ik/7912969 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
$ cd yaml-0.1.4
$ ./configure --prefix=/usr/local
$ make
$ make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment