我想看看这个叫sproutcore的东西,
我需要安装一些东西,但我真的不知道怎么做,有人能帮我吗?
我需要红宝石,红宝石,还有其他的东西...
我在哪里可以找到关于windows的一些信息?
发布于 2010-01-02 17:21:44
站在您的立场,我会从SproutCore Wiki开始,特别是Install部分。如果它的非Windows特性吓到你了,那就来杯Install SproutCore for Dummies - Windows吧。
希望这能有所帮助!
发布于 2011-01-28 18:53:40
Dummies的Install SproutCore文档已从该链接中删除,并且似乎不在新的存储库中。
要安装SproutCore,首先应该安装Ruby.这很简单:去http://www.rubyinstaller.org,下载一个安装程序。
现在您可以尝试使用gem install sproutcore。这会导致出现开发工具缺失的消息-- http://www.rubyinstaller.org上也提供了开发工具。
现在,当我尝试gem install sproutcore时,它会说:
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...GCC跑了一会儿,然后吐了出来:
cmain.cpp: In function 'int evma_send_file_data_to_connection(long unsigned int, const char*)':
cmain.cpp:752:6: error: cannot convert 'stat*' to '_stati64*' for argument '2' to 'int _fstati64(int, _stati64*)'
make: *** [cmain.o] Error 1这就是我所能得到的。
发布于 2013-01-10 21:41:51
我来晚了,但我想我还是应该分享这个blog post。
它相当详细地描述了我是如何在我的Windows7笔记本电脑上安装ruby和Sproutcore的。
https://stackoverflow.com/questions/1991055
复制相似问题