Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Dart Editor in Debian

Tags:

dart

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?

like image 847
o2kevin Avatar asked Jan 24 '26 08:01

o2kevin


1 Answers

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.

like image 196
Günter Zöchbauer Avatar answered Jan 25 '26 23:01

Günter Zöchbauer