Skip to content

Instantly share code, notes, and snippets.

@sxua
Created October 13, 2012 16:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sxua/3885337 to your computer and use it in GitHub Desktop.
Save sxua/3885337 to your computer and use it in GitHub Desktop.
Install debugger on ruby 1.9.3-p286 while debugger-ruby_core_source have no headers
git clone git://github.com/cldwalker/debugger-ruby_core_source.git
cd debugger-ruby_core_source
curl https://github.com/cldwalker/debugger-ruby_core_source/pull/3.patch | git am
gem install archive-tar-minitar
rake gem
gem install pkg/debugger-ruby_core_source-1.1.4.gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment