1
0
Fork 0

Add make as a required program for *nix

This commit is contained in:
worktycho 2014-12-26 14:27:26 +00:00
parent 19ff14752e
commit dcdecc0ca7
1 changed files with 2 additions and 2 deletions

View File

@ -69,9 +69,9 @@ After doing so, run the command `xcodebuild lib/polarssl/POLARSSL.xcodeproj` in
## Linux, FreeBSD etc. ##
Install git, cmake and gcc or clang, using your platform's package manager:
Install git, make, cmake and gcc or clang, using your platform's package manager:
```
sudo apt-get install git cmake gcc g++
sudo apt-get install git make cmake gcc g++
```
### Getting the sources ###