mraleph / irhydra

Tool for displaying IR used by V8 and Dart VM optimizing compilers
Apache License 2.0
433 stars 32 forks source link

Adds build steps to README #21

Closed twokul closed 10 years ago

paulfryzel commented 10 years ago

Whether you're on Windows 7+, Linux, or OS X, you should be able to fetch the SDK directly through dartlang.org, install, and use pub <command> with irhydra from the respective shell.

http://storage.googleapis.com/dart-archive/channels/[stable|dev]/release/latest/sdk/dartsdk-[windows|linux|macos]-[x64|ia32]-release.zip

Also, if you're into IDE's, I personally feel the DartEditor is quite nice regardless of the OS. I'm not sure it belongs in the "I'm afraid you're going to have to deal with" category just yet.

mraleph commented 10 years ago

Yeah, @paulfryzel is right. One can get a bare bones SDK for Windows/Linux/OS X (without using brew) from http://dartlang.org and then use pub or even better: get the full bundle to also use Dartium for development which keeps edit&refresh cycle short.

I don't feel any need to be snarky towards Editor in the README either.

mraleph commented 10 years ago

Running instructions added in 1e4605fbe29d598cf1925bf8af9f45679c90c71f

twokul commented 10 years ago

You're right, guys. I'll pick the words better next time.