Installing Dart Editor on Debian

How do I exactly install the dart editor in debian? Tried to build a dart from source on this "Create Darts" site on Debian prior to gclient runhooks and ran

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

      

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

+3


source to share


1 answer


I tried it a while ago and was unable to build Dartium

in Debian.
It might make sense to create the Dart runtime you use for the production server, but IMHO making DartEditor and Dartium is not worth the effort for Debian.



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

+1


source







All Articles