Skip to content

Instantly share code, notes, and snippets.

@xumingyong
Created February 8, 2012 16:26
Show Gist options
  • Select an option

  • Save xumingyong/1770838 to your computer and use it in GitHub Desktop.

Select an option

Save xumingyong/1770838 to your computer and use it in GitHub Desktop.
Install EventMachine

Notes:

In windows platform, you must use 
#gem install eventmachine --pre
Then `eventmachine (1.0.0.beta.4.1 x86-mingw32)` installed

Following does not work
#gem install eventmachine

Who knows why?

@xumingyong
Copy link
Copy Markdown
Author

I see, gem --pre means pre-released version, or newest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment