Skip to content

Commit

Permalink
Issue #91: Updated build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed Jun 11, 2024
1 parent ac02c17 commit ca5eaac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ Provides a "VPN" which tunnels all your device network traffic through Tor.
## Build

### Prerequisits:
- MacOS Big Sur or later
- Xcode 13 or later
- MacOS Sonoma or later
- Xcode 15 or later
- [Homebrew](https://brew.sh)

```sh
brew install cocoapods bartycrouch fastlane rustup-init automake autoconf libtool gettext
rustup-init -y
rustup target add aarch64-apple-ios aarch64-apple-ios-sim x86_64-apple-ios aarch64-apple-darwin x86_64-apple-darwin
cargo install cbindgen
git clone git@github.com:guardianproject/orbot-ios.git
cd orbot-ios
git clone git@github.com:guardianproject/orbot-apple.git
cd orbot-apple
git submodule update --init --recursive
pod update
leaf-ffi-orbot/build-leaf.sh
Expand Down

0 comments on commit ca5eaac

Please sign in to comment.