Skip to content

Instantly share code, notes, and snippets.

@argent-smith
Created June 11, 2011 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save argent-smith/1020289 to your computer and use it in GitHub Desktop.
Save argent-smith/1020289 to your computer and use it in GitHub Desktop.
thin installation on 1.9.2/mingw32 (uname => Vista) :)))

How to Avoid an Hour of Trouble Installing Thin on Win

  1. Install RubyInstaller's 1.9.2
  2. Install devkit (https://github.com/oneclick/rubyinstaller/wiki/Development-Kit)
  3. gem install win32-events --platform=ruby (not actually necessary but this pulls up some useful libs for further dev process)
  4. gem install eventmachine --pre --platform=ruby
  5. gem install thin --platform=ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment