update BUILDING.md

This commit is contained in:
Michael Kirk 2018-07-20 07:48:22 -06:00
parent 6082bd9183
commit 20284ebc84
1 changed files with 11 additions and 0 deletions

View File

@ -1,9 +1,20 @@
# Building
We typically develop against the latest stable version of XCode.
As of this writing, that's XCode 9.4
## 1. Clone
Clone the repo to a working directory
```
git clone https:github.com/signalapp/Signal-iOS
```
Since we make use of submodules, you must use `git clone`, rather than
downloading a prepared zip file from Github.
## 2. Dependencies
To build and configure the libraries Signal uses, just run: