mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-02-16 07:00:41 +00:00
Add MacOs block
This commit is contained in:
11
README.md
11
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user