Windows 7 上的 sproutcore 入门

发布于 2024-08-16 18:36:33 字数 146 浏览 3 评论 0原文

我想看看这个叫做 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

深府石板幽径 2024-08-23 18:36:33

Install SproutCore for Dummies 文档已从该链接中消失,并且似乎不在新存储库中。

要安装 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

这就是我所得到的。

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:

Temporarily enhancing PATH to include DevKit... 
Building native extensions. This could take a while...

GCC runs for a bit and then spews out:

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

And that's as far as I got.

感情洁癖 2024-08-23 18:36:33

就你而言,我将从 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!

明明#如月 2024-08-23 18:36:33

我参加聚会迟到了,但我想我应该分享这个 博客文章

它以相当详细的方式描述了我如何在 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.

听,心雨的声音 2024-08-23 18:36:33

我只是从头开始做,第一次就成功了。如果您想停止 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文