mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-31 13:02:08 +00:00
Update readme
This commit is contained in:
parent
d16a6a167c
commit
911e7156b3
36
README.md
36
README.md
@ -5,16 +5,36 @@
|
|||||||
|
|
||||||
# [WireGuard](https://www.wireguard.com/) for iOS
|
# [WireGuard](https://www.wireguard.com/) for iOS
|
||||||
|
|
||||||
## To get started...
|
## Building
|
||||||
|
|
||||||
Make sure you have Go available. A homebrew install will do. `brew install go`
|
- Clone this repo:
|
||||||
|
|
||||||
- Clone this repo.
|
```
|
||||||
- `git clone https://git.zx2c4.com/wireguard-ios`
|
$ git clone https://git.zx2c4.com/wireguard-ios
|
||||||
- Init and update submodule: `git submodule init && git submodule update`
|
$ cd wireguard-ios
|
||||||
- Prepare Xcode project
|
```
|
||||||
- Run `pod install`
|
|
||||||
- Open `WireGuard.xcworkspace`
|
- Init and update submodule:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ git submodule init
|
||||||
|
$ git submodule update
|
||||||
|
```
|
||||||
|
|
||||||
|
- Rename and populate developer team ID file:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cp WireGuard/WireGuard/Config/Developer.xcconfig.template WireGuard/WireGuard/Config/Developer.xcconfig
|
||||||
|
$ vim WireGuard/WireGuard/Config/Developer.xcconfig
|
||||||
|
```
|
||||||
|
|
||||||
|
- Open project in XCode:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ open ./WireGuard/WireGuard.xcodeproj
|
||||||
|
```
|
||||||
|
|
||||||
|
- Flip switches, press buttons, and make whirling noises until XCode builds it.
|
||||||
|
|
||||||
## MIT License
|
## MIT License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user