Random posts about coding

Mostly blogging about dart.

Dart: Updated Dartium Builds for Linux and Mac

| Comments

Following the similar posts as before, you can get the latest Dartium builds for Mac OSX and 32bit Linux here. My public is can be found on pgp.mit.edu. Please contact me if you have any issues, only providing these until Dartium hits the prime time. Keep in mind that nothing is guaranteed to work at this point… but some stuff does. [sourcecode lang=”bash”] wget http://dl.dropbox.com/u/33138127/dartium_macosx/Chromium.app.tar.gz wget http://dl.dropbox.com/u/33138127/dartium_macosx/Chromium.app.tar.gz.sig wget http://dl.dropbox.com/u/33138127/dartium_macosx/Chromium.app.tar.gz.md5 wget http://dl.dropbox.com/u/33138127/dartium_macosx/README.txt gpg –verify Chromium.app.tar.gz.sig Chromium.app.tar.gz md5sum -c Chromium.app.tar.gz.md5 [/sourcecode] [sourcecode lang=”bash”] wget http://gsdview.appspot.com/dart-editor-archive-continuous/latest/DartBuild-linux.gtk.x86.zip wget http://dl.dropbox.com/u/33138127/dartium/dartium-linux-32bit-Release.tar.gz wget http://dl.dropbox.com/u/33138127/dartium/dartium-linux-32bit-Release.tar.gz.sig wget http://dl.dropbox.com/u/33138127/dartium/dartium-linux-32bit-Release.tar.gz.md5 wget http://dl.dropbox.com/u/33138127/dartium/README.txt gpg –verify dartium-linux-32bit-Release.tar.gz.sig dartium-linux-32bit-Release.tar.gz md5sum -c dartium-linux-32bit-Release.tar.gz.md5 [/sourcecode]