remove macos section

This commit is contained in:
Lion Kortlepel 2023-12-05 18:35:57 +01:00
parent be108bb8b3
commit 795b651744
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -71,7 +71,7 @@ The names of each package may change depending on your platform. See in `scripts
When you make changes to the code, you only have to run step 4 again.
##### Runtime Dependencies
### Runtime Dependencies
These are needed to *run* the server.
@ -81,18 +81,6 @@ Other Linux distros: `liblua` of *some kind*.
Windows: No libraries.
#### 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.