From 12a0ab7fdd18ded2dcba1d197849f54e596d2bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=84=97=E3=84=A0=CB=8B=20=E3=84=91=E3=84=A7=CB=8A?= Date: Mon, 26 Sep 2022 18:18:47 +0800 Subject: [PATCH] document dependencies for macos (#109) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b6a1ecd..64006d8 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,17 @@ cmake 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 On Windows, use git-bash for these commands. On Linux, these should work in your shell.