Skip to content

Commit 225908e

Browse files
committed
add prerequisites to readme
1 parent 547675f commit 225908e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ from scratch.
1313

1414
## Compilation
1515

16+
### Prerequisites
17+
18+
- A Mac with Xcode
19+
- Python3
20+
- Rust
21+
22+
For Rust specifically, there are a couple additional requirements that can be installed once the Rust toolchain
23+
is set up:
24+
25+
```shell
26+
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-ios
27+
cargo install cargo-lipo
28+
```
29+
1630
### Cloning Dependencies
1731

1832
In order to generate these bindings from scratch, you will need to clone two dependency repositories:

0 commit comments

Comments
 (0)