Skip to content

Instantly share code, notes, and snippets.

@pasela
Created September 9, 2012 16:37
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 pasela/3685515 to your computer and use it in GitHub Desktop.
Save pasela/3685515 to your computer and use it in GitHub Desktop.
CentOSでRubyをビルドするときに必要っぽいもの
sudo yum install \
zlib-devel \
openssl-devel \
readline-devel \
iconv-devel \
libffi-devel
@pasela
Copy link
Author

pasela commented Sep 9, 2012

とりあえずめぼしいものだけ。
libyamlはEPELにしかないっぽい。けどruby-buildがよしやにやってくれるので気にしない。
libffiはいらない気もする。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment