document dependencies for macos (#109)

This commit is contained in:
ㄗㄠˋ ㄑㄧˊ 2022-09-26 18:18:47 +08:00 committed by Lion Kortlepel
parent 917c501faf
commit 12a0ab7fdd
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -90,6 +90,17 @@ cmake
g++
```
#### macOS
Dependencies for **macOS** can be installed with homebrew.
```
brew install lua@5.3 rapidjson websocketpp cmake openssl@1.1
```
Some packages are included in **macOS** but you might want to install homebrew versions.
```
brew install curl zlib git make
```
### How to build
On Windows, use git-bash for these commands. On Linux, these should work in your shell.