Add MacOs block

This commit is contained in:
2022-09-27 03:26:52 +03:00
parent 2d4d40c24c
commit 8162dd4d75

View File

@@ -85,6 +85,17 @@ For other distributions (e.g. Arch) you want to find packages for:
- curl (with ssl support)
- \+ the build time dependencies from above
#### 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.