From d9c208916576ebb7cd6d3b33d9fe50279e6cadda Mon Sep 17 00:00:00 2001 From: "H.Y. Lee" <51472776+leeyoyo49@users.noreply.github.com> Date: Sat, 18 Jun 2022 23:29:32 +0800 Subject: [PATCH] add macos installation (both CH/EN) (#40) --- CHN-02-安装.md | 30 ++++++++++++++++++++++++++++++ ENG-02-Installation.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/CHN-02-安装.md b/CHN-02-安装.md index 96c4b5f..0a46cc7 100644 --- a/CHN-02-安装.md +++ b/CHN-02-安装.md @@ -117,6 +117,36 @@ yum install openssl-devel ```shell yum install zlib-devel ``` + +#### MacOS +##### 环境 +MacOS內建都有 更新即可 +##### 升級gcc +```shell +brew upgrade +``` +##### jsoncpp + +```shell +brew install jsoncpp +``` +##### uuid + +```shell +brew install ossp-uuid +``` + +##### OpenSSL + +```shell +brew install openssl +``` + +##### zlib + +```shell +brew install zlib +``` #### Windows ##### 环境 diff --git a/ENG-02-Installation.md b/ENG-02-Installation.md index 7a443eb..3099ea0 100644 --- a/ENG-02-Installation.md +++ b/ENG-02-Installation.md @@ -114,6 +114,37 @@ yum install openssl-devel ```shell yum install zlib-devel ``` + +#### MacOS 12.2 +##### Environment +All the essentials are inherent in MacOS, you only need to upgrade it. +##### upgrade gcc +```shell +brew upgrade +``` +##### jsoncpp + +```shell +brew install jsoncpp +``` +##### uuid + +```shell +brew install ossp-uuid +``` + +##### OpenSSL + +```shell +brew install openssl +``` + +##### zlib + +```shell +brew install zlib +``` + #### Windows ##### Environment