Update macOS building dependencies now that libolm is available in Homebrew

This commit is contained in:
Aaron Raimist 2020-05-16 13:10:13 -05:00
parent 883567b0b9
commit 14eaad355e
No known key found for this signature in database
GPG Key ID: 37419210002890EF
1 changed files with 1 additions and 1 deletions

View File

@ -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