Created
February 23, 2011 08:14
-
-
Save chsh/840162 to your computer and use it in GitHub Desktop.
Howto install ruby 1.9.2-p180 using rvm with readline package.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Mac OS X 10.6.6 において | |
| rvm install 1.9.2-p180 | |
| で readline.c がエラーになったので、 | |
| rvm package install readline | |
| をやって | |
| rvm install ruby-1.9.2-p180 -C --enable-shared,--with-readline-dir=$HOME/.rvm/usr | |
| としたら無事にインストールできました。 | |
| 前にも同じことがあったのかも。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment