diff --git a/README.md b/README.md index aeba3fe..ff153dc 100644 --- a/README.md +++ b/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.