forked from rust-lang/rust
    
        
        - 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Doc building for ios
        kud1ing edited this page Dec 2, 2013 
        ·
        83 revisions
      
    Compilation currently does not link, see #10384.
You need XCode 5.
- Build Rust:
mkdir build; cd build
../configure --target=arm-apple-darwin
make VERBOSE=1
- Use Rust:
rustc --target=arm-apple-darwin foo.rs
- Compilation:
- Compile twice, with both -arch armv7and-arch armv7s(A6 processor) ?
 
- Compile twice, with both 
- Code: