mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
In the Requirements, add the software that needs to be installed for the Mac System (#2367)
This commit is contained in:
parent
89a1373916
commit
f3884f57b6
2 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue