Skip to content

Doc building for ios

kud1ing edited this page Dec 2, 2013 · 83 revisions

Compilation currently does not link, see #10384.

You need XCode 5.

  1. Build Rust:
mkdir build; cd build
../configure --target=arm-apple-darwin
make VERBOSE=1
  1. Use Rust:
rustc --target=arm-apple-darwin foo.rs

Possible adjustments

Resources

All Categories:

Clone this wiki locally