VC 9.0 x64 编译ruby

官方的README是这样子写的:

* Build x64 version (requires native x64 VC++ compiler)

ex.)
ruby source directory: C:\ruby
build directory: C:\ruby
install directory: C:\usr\local

C:
cd \ruby
win32\configure –prefix=/usr/local –target=x64-mswin64
nmake
nmake test
nmake install
按照这样的步骤执行下来没有什么问题。其中–prefix=/usr/local意思是指针对你的source目录所在盘的根目录而言。也就是安装目录的盘符必须和源代码目录一致。需要安装到其他盘的话要事先将源代码释放在那个盘里。

By Lu Jun

80后男,就职于软件行业。习于F*** GFW。人生48%时间陪同电子设备和互联网,美剧迷,高清视频狂热者,游戏菜鸟,长期谷粉,临时果粉,略知摄影。

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.