Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save takekawa/5326bf0df3e0e00da58e to your computer and use it in GitHub Desktop.
Save takekawa/5326bf0df3e0e00da58e to your computer and use it in GitHub Desktop.
sudo yum install -y gcc make \
libxml2 libxml2-devel libxslt libxslt-devel \
rubygems ruby-devel patch
sudo gem install nokogiri -- --with-xml2-lib=/usr/local/lib \
--with-xml2-include=/usr/local/include/libxml2 \
--with-xslt-lib=/usr/local/lib \
--with-xslt-include=/usr/local/include
sudo gem install aws-sdk --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment