1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Mac に rbenv で Ruby 1.9.3-p327 インストール

Last updated at Posted at 2019-07-11
$ CONFIGURE_OPTS="--without-tcl --without-tk" rbenv install 1.9.3-p327

上でダメなら下

$ curl -fsSL "https://github.com/ruby/ruby/commit/0d58bb55985e787364b0235e5e69278d0f0ad4b0.patch" | \
filterdiff -x a/ChangeLog | rbenv install --patch 1.9.3-p327

上でダメ下

$ xcode-select --install
$ brew install readline openssl
$ CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline) --with-openssl-dir=$(brew --prefix openssl)" rbenv install 1.9.3-p327
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?