Skip to content

Instantly share code, notes, and snippets.

@Bigcircle
Created March 27, 2014 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bigcircle/9801898 to your computer and use it in GitHub Desktop.
Save Bigcircle/9801898 to your computer and use it in GitHub Desktop.
centos ruby zlib
# 安装zlib
yum install zlib zlib-devel
# 进入ruby源码,安装扩展
cd ruby-1.9.3-p545/ext/zlib
ruby extconf.rb
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment