Created
August 26, 2010 13:36
-
-
Save rdp/551390 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| D:\installs\devkit-4.5.0>ruby dk.rb install | |
| Unable to find RubyGems in site_ruby or core Ruby. Falling back | |
| to installing gcc, g++, make, and sh into D:\installs\ruby-1.9.2-p0-i386-mingw32 | |
| [INFO] Installing /devkit.rb | |
| D:\installs\devkit-4.5.0>cat config.yml | |
| # This configuration file contains the absolute path locations of all | |
| # installed Rubies to be enhanced to work with the DevKit. This config | |
| # file is generated by the 'ruby dk.rb init' step and may be modified | |
| # before running the 'ruby dk.rb install' step. To include any installed | |
| # Rubies that were not automagically discovered, simply add a line below | |
| # the triple hyphens with the absolute path to the Ruby root directory. | |
| # | |
| # Example: | |
| # | |
| # --- | |
| # - C:/ruby19trunk | |
| # - C:/ruby192dev | |
| # | |
| --- | |
| #- C:/installs/Ruby187 | |
| - D:\installs\ruby-1.9.2-p0-i386-mingw32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment