From 14eaad355ec5e268effac04f22270b534aa2b8d8 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Sat, 16 May 2020 13:10:13 -0500 Subject: [PATCH] Update macOS building dependencies now that libolm is available in Homebrew --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cb3e044..18cf1f0d 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ guix environment nheko ```bash brew update -brew install qt5 lmdb cmake llvm libsodium spdlog boost cmark +brew install qt5 lmdb cmake llvm libsodium spdlog boost cmark libolm ``` ##### Windows