Ogeon / rust-on-raspberry-pi

[OUTDATED] Instructions for how to cross compile Rust projects for the Raspberry Pi
292 stars 15 forks source link

Simplify the process, using rustup #14

Open Ogeon opened 8 years ago

Ogeon commented 8 years ago

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.

LPGhatguy commented 8 years ago

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

Ogeon commented 8 years ago

Yep.