简体   繁体   中英

Dartium in Ubuntu

I'm working on a Dart/Polymer app using Chrome Dev Editor on Ubuntu 14.04.

I'd like to run in Dart (not JavaScript and dart.js) using Dartium, but I'm not sure how to actually open and use Dartium. I downloaded the zip from dartlang.org . I just need to open the browser...

Is this something I can do without having to download the Dart Editor package and run Dartium from within that?

If you have problems running Dartium, I found an answer here that helped me with this - just make sure that that the file locations are correct on your system.

The answer was to link the missing file together with an existing file:

sudo ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0

Make sure you take a look at the original post , but this solved it for me.

After this I ran Dartium with ./chrome on ubuntu 14.04

You can start it from the command line.

Unzip the package.

cd chromium

./chrome

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