rust-on-raspberry-pi icon indicating copy to clipboard operation
rust-on-raspberry-pi copied to clipboard

Simplify the process, using rustup

Open Ogeon opened this issue 9 years ago • 2 comments

It's now possible to download pre-compiled libraries, using multirust add-target $TRIPLE, so I'm opening this issue as a reminder to explore it further and rewrite the guide. It's currently only possible to do this with beta and nightly, but stable should be supported as soon as Rust 1.8 is out.

Ogeon avatar Mar 28 '16 17:03 Ogeon

Now that multirust has been deprecated (and Rust 1.11.0 is stable), rustup should probably be used instead.

LPGhatguy avatar Aug 22 '16 03:08 LPGhatguy

Yep.

Ogeon avatar Aug 22 '16 17:08 Ogeon