mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-16 13:23:26 +00:00
document dependencies for macos (#109)
This commit is contained in:
11
README.md
11
README.md
@@ -90,6 +90,17 @@ cmake
|
|||||||
g++
|
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
|
### How to build
|
||||||
|
|
||||||
On Windows, use git-bash for these commands. On Linux, these should work in your shell.
|
On Windows, use git-bash for these commands. On Linux, these should work in your shell.
|
||||||
|
|||||||
Reference in New Issue
Block a user