“sudo apt-get install ruby-dev” in Windows

不问归期 提交于 2019-12-13 05:52:34

问题


I need to install the Ruby development tools on Windows, essentially the same command as described in https://stackoverflow.com/a/12552948/6474013.

I have already tried to use Sudowin but it's doesn't work for the ruby command prompt. I use RailsInstaller with Ruby 2.1.8


回答1:


In order to install the compiler toolchain to compile certain gems on Windows, you can install the DevKit as an Addon to Ruby Installer.

If you installed a Rails Installer package from http://railsinstaller.org/, this should already be included into the package.



来源:https://stackoverflow.com/questions/37856087/sudo-apt-get-install-ruby-dev-in-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!