Skip to content

Instantly share code, notes, and snippets.

@rdp
Created August 26, 2010 13:36
Show Gist options
  • Select an option

  • Save rdp/551390 to your computer and use it in GitHub Desktop.

Select an option

Save rdp/551390 to your computer and use it in GitHub Desktop.
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