I used to write post about install ruby 2.0.0-p195 in windows one years ago, the ruby language improved a lot this year and it’s gems. But windows platform is still not active compare with Mac OS X or Linux in rubyist.
There are two thick I believe worth to write down for the windows rubyist:
Install debugger
- clone the debugger-ruby_core_source to local folder, e.g.
C:\git\debugger-ruby_core_source
- copy
C:\git\debugger-ruby_core_source\lib
toC:\Ruby200\lib\ruby\gems\2.0.0\gems\debugger-ruby_core_source-1.3.2
gem install debugger
.
Install bson
Modify the win32.h file (@C:\Ruby200\include\ruby-2.0.0\ruby
) before install gems bson
|