0

我需要在 Windows 上安装一个多线程(以支持 Facebook Open 图形回调)。是否可以?

我试过了,但它没有安装(事件机器没有编译)。Unicorn 似乎没有 Windows 版本。

有什么帮助吗?

谢谢。

4

1 回答 1

0

gem install thin --platform=x86-mingw32

 Fetching: rack-1.4.1.gem (100%)
 Fetching: eventmachine-0.12.10.gem (100%)
 Temporarily enhancing PATH to include DevKit...
 Building native extensions.  This could take a while...
 Fetching: daemons-1.1.8.gem (100%)
 Fetching: thin-1.3.1.gem (100%)
 Building native extensions.  This could take a while...
 Successfully installed rack-1.4.1
 Successfully installed eventmachine-0.12.10
 Successfully installed daemons-1.1.8
 Successfully installed thin-1.3.1

这适用于使用RailsInstaller准备的 Windows-7-x64

于 2012-08-21T12:24:54.847 回答