首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >windows 7上的sproutcore入门

windows 7上的sproutcore入门
EN

Stack Overflow用户
提问于 2010-01-02 17:09:53
回答 4查看 2.8K关注 0票数 2

我想看看这个叫sproutcore的东西,

我需要安装一些东西,但我真的不知道怎么做,有人能帮我吗?

我需要红宝石,红宝石,还有其他的东西...

我在哪里可以找到关于windows的一些信息?

EN

回答 4

Stack Overflow用户

回答已采纳

发布于 2010-01-02 17:21:44

站在您的立场,我会从SproutCore Wiki开始,特别是Install部分。如果它的非Windows特性吓到你了,那就来杯Install SproutCore for Dummies - Windows吧。

希望这能有所帮助!

票数 2
EN

Stack Overflow用户

发布于 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时,它会说:

代码语言:javascript
复制
Temporarily enhancing PATH to include DevKit... 
Building native extensions. This could take a while...

GCC跑了一会儿,然后吐了出来:

代码语言:javascript
复制
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

这就是我所能得到的。

票数 3
EN

Stack Overflow用户

发布于 2013-01-10 21:41:51

我来晚了,但我想我还是应该分享这个blog post

它相当详细地描述了我是如何在我的Windows7笔记本电脑上安装ruby和Sproutcore的。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/1991055

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档