From f3884f57b6515920874104fbce2579bb7d4f340d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=AE=B6=E5=BF=97?= Date: Tue, 22 Jan 2019 21:41:34 +0800 Subject: [PATCH] In the Requirements, add the software that needs to be installed for the Mac System (#2367) --- doc/build.md | 9 +++++++++ doc/build_ES.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/doc/build.md b/doc/build.md index b0b9d64ec..e658c4aa1 100644 --- a/doc/build.md +++ b/doc/build.md @@ -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 diff --git a/doc/build_ES.md b/doc/build_ES.md index 23fdd3d0a..6a22a7190 100644 --- a/doc/build_ES.md +++ b/doc/build_ES.md @@ -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