代码之家  ›  专栏  ›  技术社区  ›  Chen Kinnrot

Windows 7上的SproutCore入门

  •  2
  • Chen Kinnrot  · 技术社区  · 15 年前

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

    我需要安装一些东西,但我真的不知道如何安装,有人能帮忙吗?

    我需要红宝石,红宝石和其他东西…

    在哪能找到关于这个Windows的资料

    4 回复  |  直到 11 年前
        1
  •  2
  •   Kornel Kisielewicz    15 年前

    在你的地方,我先从 SproutCore Wiki 尤其是 Install 部分。如果它是非常非窗户的事实吓到你,喝一杯 Install SproutCore for Dummies - Windows .

    希望有帮助!

        2
  •  3
  •   stevex    14 年前

    InstallSproutCore for Dummies文档已从该链接中删除,并且似乎不在新的存储库中。

    要安装SproutCore,首先应该安装Ruby。很简单:去 http://www.rubyinstaller.org ,下载安装程序。

    现在你可以试试了 gem install sproutcore . 这将导致一条消息,表明dev tools丢失-dev tools也可在 网址:http://www.rubyinstarler.org .

    现在当我尝试的时候 宝石安装芽芯 它说:

    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
    

    就我所知。

        3
  •  0
  •   unicoletti    12 年前

    我参加晚会迟到了,但我想我应该和大家分享这个 blog post 不管怎样。

    它以相当详细的方式描述了我如何在Windows7上安装Ruby和SproutCore。 笔记本电脑。

        4
  •  0
  •   CodeChops Mohammad Arshad Alam    11 年前

    我只是白手起家,第一次成功了。如果你想拖延鲁比 here . 遵循所有说明,确保安装dev kit。然后去 here 安装芽芯。那是蛋糕。我已经在Windows 7 x64上安装了它。

    推荐文章