add macos installation (both CH/EN) (#40)
parent
99ca6106a6
commit
d9c2089165
30
CHN-02-安装.md
30
CHN-02-安装.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue