add macos installation (both CH/EN) (#40)

H.Y. Lee 2022-06-18 23:29:32 +08:00 committed by GitHub
parent 99ca6106a6
commit d9c2089165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 61 additions and 0 deletions

@ -117,6 +117,36 @@ yum install openssl-devel
```shell ```shell
yum install zlib-devel 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 #### Windows
##### 环境 ##### 环境

@ -114,6 +114,37 @@ yum install openssl-devel
```shell ```shell
yum install zlib-devel 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 #### Windows
##### Environment ##### Environment