martes, 26 de agosto de 2014

Como instalar DEVKIT Windows

1. bajar el DivKit de la sigueinte pagina:
    http://rubyinstaller.org/downloads/

2. Verificar que version tenemos:
    -Abrimos el CMD
    -Escribimos el comando para saber la version de ruby y en base a eso descargamos el que necesitamso         en la pagina:
      ruby -v
3. Le damos doble clik en el archivo que se descargo y nos pedira una ruta donde se descomprimira, le        incamos la carpeta donde lo hara.
4. Abrimos otro CMD y nos vasmo al directorio donde se descargo y escribimos el comando:
    ruby dk.rb init
    NOTA: Creara un archivo config.yml, donde registrara la ruta donde esta instalado Ruby, en mi caso     quedo de la sigueitne manera el archivo:
    # 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:/Ruby200-x64

5. Ejecutamos este comando:
    ruby dk.rb install
    NOTA: El CMD debe de estar ejecutada coomo administrador para no tener ningun problema
6. Por ultimo nos saldra un mensaje en el CMD, como este:
    [INFO] Skipping existing gem override for 'C:/Ruby200-x64'
    [WARN] Skipping existing DevKit helper library for 'C:/Ruby200-x64'


No hay comentarios.:

Publicar un comentario