Created
April 19, 2012 22:41
-
-
Save zakgrant/2424699 to your computer and use it in GitHub Desktop.
How to gwt ruby-debug and ruby-debug-ide up and running
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://rubyforge.org/frs/download.php/75414/linecache19-0.5.13.gem | |
wget http://rubyforge.org/frs/download.php/74596/ruby_core_source-0.1.5.gem | |
wget http://rubyforge.org/frs/download.php/75415/ruby-debug-base19-0.11.26.gem | |
wget http://rubyforge.org/frs/download.php/63094/ruby-debug19-0.11.6.gem | |
wget http://rubygems.org/downloads/ruby-debug-ide-0.4.17.beta8.gem | |
wget http://rubyforge.org/frs/download.php/64707/ruby-debug-ide19-0.4.12.gem | |
export RVM_SRC=~/.rvm/src/ruby-1.9.3-p0 | |
gem install linecache19-0.5.13.gem -- --with-ruby-include=$RVM_SRC | |
gem install ruby_core_source-0.1.5.gem -- --with-ruby-include=$RVM_SRC | |
gem install ruby-debug-base19-0.11.26.gem -- --with-ruby-include=$RVM_SRC | |
gem install ruby-debug19-0.11.6.gem -- --with-ruby-include=$RVM_SRC | |
gem install ruby-debug-ide-0.4.17.beta8.gem | |
gem install ruby-debug-ide19-0.4.12.gem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment