Last Updated: February 25, 2016
·
2.033K
· felipedeboni

Installing EventMachine on Windows 7 x64 running with Ruby 2.0 64

patch from sroller

git clone https://github.com/sroller/eventmachine.git

enter dir

cd eventmachine

install compiler

gem install rake-compiler

build gem

rake native gem

install it

gem install --local pkg\eventmachine-1.0.1-x64-mingw32.gem

1 Response
Add your response

FYI: Was unable to get eventmachine your way on Windows 8;

I had to do rake gem, and then navigate to the pkg directory to then simply

gem install --local eventmachine-1.0.1

over 1 year ago ·