MFlamer
MFlamer

Reputation: 2450

How to get rusti working?

I installed Rust 0.6 yesterday. I've read the tutorial and am excited to get coding. I don't see any mention of rusti on my machine as a result of the install. Do I need to download the source and build myself? I'm on a windows machine. Thanks.

Edit: I just found the answer here on the wiki. So now I guess the question is, has anyone built a binary of rusti for windows they could share?

Upvotes: 1

Views: 214

Answers (1)

Daniel Fath
Daniel Fath

Reputation: 18109

As far as I know, the rusti is removed. It is essentially a fork of compiler at this point. And keeping it synchronized with Rust is really hard work.

See this discussion for more info:
- https://github.com/mozilla/rust/wiki/Meeting-weekly-2013-10-15.
- https://github.com/mozilla/rust/issues/9818

Upvotes: 1

Related Questions