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