1
0
Fork 0

Update COMPILING.md

Tell the reader to make sure they have the latest buildtools installed.
This commit is contained in:
Samvbnm 2015-02-21 17:32:47 -04:00
parent 1bcc4abd68
commit 0ee5fff649
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ After doing so, run the command `xcodebuild lib/polarssl/POLARSSL.xcodeproj` in
Install git, make, cmake and gcc or clang, using your platform's package manager:
```
sudo apt-get install git make cmake gcc g++
sudo apt-get install git make cmake gcc g++ (Ensure you have the latest versions installed to avoid problems)
```
### Getting the sources ###