Skip to content

Commit 0b02fba

Browse files
authored
Merge pull request #21 from lightningdevkit/doc_update_0.0.14
Add prerequisites to readme
2 parents 7f7f3a4 + 225908e commit 0b02fba

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)