Skip to content

Doc building for ios

kud1ing edited this page Nov 9, 2013 · 102 revisions

Compilation currently does not link, see #10249.

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

TODO

Possible adjustments

Resources

All Categories:

Clone this wiki locally