简体   繁体   中英

Installing Dart Editor in Debian

How to exactly install dart editor in debian? Tried to build dart from the source on this site Building Dart on Debian up to the gclient runhooks and ran

$ cd dart
$ ./tools/build.py -m release -a x64

which they say will build ALL (including the dart editor w/c I prefer) . But unluckily, the build fails after waiting a thousand years. Any ideas on how to properly install ALL the dart components on debian?

I tried a while ago and failed building Dartium on Debian.
It might make sense to build the Dart runtime you use for the production server yourself but IMHO building DartEditor and Dartium is not worth the effort on Debian.

To install the development environment I just download the Linux package and unpack it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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