Windows 7 上的 sproutcore 入门
我想看看这个叫做 sproutcore 的东西,
我需要安装一些东西,但我真的不知道该怎么做,有人可以帮忙吗?
我需要 ruby、ruby gems 和其他一些东西...
我在哪里可以找到有关 Windows 的这些东西的信息
i wanna check out this thing called sproutcore ,
i need to install some stuff and i don't really know how to do that, anyone can help?
i need ruby, ruby gems, and some other stuff...
where can i find some information on this stuff for windows
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Install SproutCore for Dummies 文档已从该链接中消失,并且似乎不在新存储库中。
要安装 SproutCore,您应该首先安装 Ruby。这很简单:访问 http://www.rubyinstaller.org,下载安装程序。
现在您可以尝试
gem install sproutcore
。这会导致一条消息,指出开发工具缺失 - 开发工具也可从 http://www.rubyinstaller.org。现在,当我尝试
gem install sproutcore
时,它说:GCC 运行了一会儿,然后喷出:
这就是我所得到的。
The Install SproutCore for Dummies document is gone from that link, and doesn't seem to be in the new repository.
To install SproutCore you should first install Ruby. That's easy enough: go to http://www.rubyinstaller.org, download an installer.
Now you can try
gem install sproutcore
. This results in a message that dev tools are missing - the dev tools are also available at http://www.rubyinstaller.org.Now when I try
gem install sproutcore
it says:GCC runs for a bit and then spews out:
And that's as far as I got.
就你而言,我将从 SproutCore Wiki 开始,尤其是 安装 部分。如果它非常非 Windows 的事实让您感到害怕,请喝一杯 安装 SproutCore for Dummies - Windows。
希望有帮助!
On your place, I'd start with the SproutCore Wiki, especially the Install section. If the fact that it's very non-Windows scares you, have a cup of Install SproutCore for Dummies - Windows.
Hope that helps!
我参加聚会迟到了,但我想我应该分享这个 博客文章。
它以相当详细的方式描述了我如何在 Windows 7 上安装 ruby,然后安装 Sproutcore
笔记本电脑。
I'm late to the party but I thought I should share this blog post anyway.
It describes in a fairly detailed way how I installed ruby and then Sproutcore on my Windows 7
laptop.
我只是从头开始做,第一次就成功了。如果您想停止 Ruby,请前往此处。请遵循所有说明并确保安装开发套件。然后前往此处安装 Sproutcore。这是蛋糕。我已将其安装在 Windows 7 x64 上。
I just did it from scratch and it worked the first time out. If you want to stall Ruby go here. Follow all instructions and be sure to install Dev kit. Then go here to install Sproutcore. It was cake. I've installed it on Windows 7 x64.