8
8

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.

rubyinstaller for windows de ruby2.1

Posted at

バイナリがなかったメモ。

##準備

##インストール

  • Git Shell を起動してclone、cd
$ git clone https://github.com/oneclick/rubyinstaller.git
$ cd rubyinstaller
  • rake Task で提供されている
$ rake -T
  • devkit を確認
$ rake devkit:ls
  • devkit を指定してコンパイル
$ rake ruby21 dkver=mingwbuilds-32-4.7.3
  • 配置( Git Shell のデフォは PowerShell だった)
$ cp -r .\sandbox\devkit C:\Ruby210
$ cp .\sandbox\ruby21_mingw\* C:\Ruby210\. -recurse -force
C:\Ruby210\bin
C:\Ruby210\mingw\bin

セットアップ等

  • HOMEPATH.gemrc
  • gem update --system; gem pristine --all
  • gem update
    など
8
8
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
8
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?