ruby

Yaml

  • yaml lib installation

    • download by wget

      $ wget http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz
      $ tar xf yaml-0.1.6.tar.gz && cd yaml-0.1.6
    • compile and installation

      $ ./configure --prefix=/usr/local
      $ make && sudo make install

ruby

Thanks

Last updated