Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
感谢 Jekyll,我是 ruby 开发的新手,我想为现有的 Ruby 安装安装 Ruby DevKit。我使用的机器有以下版本:
ruby 2.1.6p336 (2015-04-13 revision 50298) [x64-mingw32]
这是用chocolatey 包管理器安装的,但是,从名字上看,这个ruby 版本是支持x64 还是x86 架构对我来说并不是不言而喻的。
那个红宝石版本是x64还是x86?提前致谢。
那是64位版本。
是x64-mingw32格式arch-platform。
x64-mingw32
arch-platform
所以平台x64上的架构。 (平台在这种情况下有点令人困惑,但会使用 MSVC 工具链编译 Ruby。)mingw32 mswin
x64
mingw32
mswin
x86 版本将被列为i386-mingw32.
i386-mingw32
我认为 Chocolatey 有一个包也可以为你安装 DevKit,但我对此并不积极。