In the Requirements, add the software that needs to be installed for the Mac System (#2367)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user