LoginSignup
7
9

More than 5 years have passed since last update.

gem install eventmachineが失敗するとき(ruby2.2dev)

Last updated at Posted at 2014-07-11

参考:Ruby1.9.2にEventMachineをインストールする - 夜の Discovery

gem install eventmachine
Make sure that `gem install eventmachine -v '1.0.3'` succeeds before bundling.

とか言われる場合、以下でインストール。

cd /opt
git clone https://github.com/eventmachine/eventmachine.git
cd eventmachine
gem install rake-compiler --no-rdoc --no-ri
rake package
gem install pkg/eventmachine-1.0.3.gem
7
9
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
7
9