In the Requirements, add the software that needs to be installed for the Mac System (#2367)

This commit is contained in:
姜家志 2019-01-22 21:41:34 +08:00 committed by Yeastplume
parent 89a1373916
commit f3884f57b6
2 changed files with 18 additions and 0 deletions

View file

@ -30,6 +30,15 @@ For Debian-based distributions (Debian, Ubuntu, Mint, etc), all in one line (exc
apt install build-essential cmake git libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev pkg-config libssl-dev llvm
```
For Mac:
```sh
xcode-select --install
brew install --with-toolchain llvm
brew install pkg-config
brew install openssl
```
## Build steps
```sh

View file

@ -28,6 +28,15 @@ Para las distribuciones basadas en Debian (Debian, Ubuntu, Mint, etc), todo en u
apt install build-essential cmake git libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev pkg-config libssl-dev llvm
```
Para las Mac:
```sh
xcode-select --install
brew install --with-toolchain llvm
brew install pkg-config
brew install openssl
```
## Pasos para la compilación
```sh