yum groupinstall "Development Tools"
yum install openssl-devel readline-devel zlib-devel curl-devel\
ImageMagick ImageMagick-devel glib-devel gd-devel libxml2-devel\
libxslt-devel pcre-devel perl-devel perl-ExtUtils-Embed w3m bind-utils
cd /opt
curl -O http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz
tar xzf yaml-0.1.4.tar.gz
cd yaml-0.1.4
./configure && make && make install
Created
September 4, 2012 15:08
-
-
Save ryugoo/3622150 to your computer and use it in GitHub Desktop.
Yum development tools install memo.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment