简体   繁体   English

Dart可用于Raspberry Pi吗?

[英]Is Dart available for Raspberry Pi?

Is there a standard way to run a Dart VM on a Raspberry Pi? 是否有在Raspberry Pi上运行Dart VM的标准方法?
I haven't found any information about that in mailing lists. 我没有在邮件列表中找到任何相关信息。

Yes, DartVM is on R-Pi. 是的,DartVM在R-Pi上。

It can be downloaded from this link ( labelled as Linux ARMv7 ): https://www.dartlang.org/install/archive 它可以从此链接( 标记为Linux ARMv7 )下载: https//www.dartlang.org/install/archive

Dart ARMv7 builds are now available via the dart manual download page on the dart website https://www.dartlang.org/downloads/archive/ Dart ARMv7版本现在可以通过dart网站上的dart手册下载页面获得https://www.dartlang.org/downloads/archive/

Old Raspberry Pi is an ARMv6 and so only the new Raspberry Pi 2, ARMv7 is supported by these dartlang SDK build. 旧的Raspberry Pi是一个ARMv6,所以这些dartlang SDK版本只支持新的Raspberry Pi 2,ARMv7。

Currently the arm port of the Dart VM is still being developed (though answers from Devoxx imply it is getting close). 目前Dart VM的arm端口仍在开发中(虽然Devoxx的回答暗示它正在接近)。 However nothing prevents you from running a web server on PI and serving up client side dart code and JavaScript compiled dart code for client side apps. 但是,没有什么能阻止您在PI上运行Web服务器并为客户端应用程序提供客户端dart代码和JavaScript编译的dart代码。

Standard... not yet as far as I know. 标准......据我所知还没有 So I went ahead and built it: 所以我继续建造它:

https://plus.google.com/115544353187538281728/posts/bDGc2BzHwZ5 https://plus.google.com/115544353187538281728/posts/bDGc2BzHwZ5

Raspberry Pi builds are now built and published for each version of Dart. 现在为每个版本的Dart构建和发布Raspberry Pi构建版本。

They are not currently listed on the website but you can download them from here: 它们目前不在网站上列出,但您可以从此处下载:

http://gsdview.appspot.com/dart-archive/channels/stable/release/1.12.2/sdk/ http://gsdview.appspot.com/dart-archive/channels/stable/release/1.12.2/sdk/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM