Skip to content

Doc building for ios

kud1ing edited this page Jan 4, 2014 · 92 revisions

Compilation currently is not successful, see the open issues.

You need XCode 5.

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

Adjustments

Current adjustments

For the current adjustments:

Possible future adjustments

Resources

All Categories:

Clone this wiki locally