We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547675f commit 225908eCopy full SHA for 225908e
README.md
@@ -13,6 +13,20 @@ from scratch.
13
14
## Compilation
15
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
30
### Cloning Dependencies
31
32
In order to generate these bindings from scratch, you will need to clone two dependency repositories:
0 commit comments