mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Merge pull request #202 from aaronraimist/brew-libolm
Update macOS building dependencies now that libolm is available in Homebrew. Thanks @aaronraimist
This commit is contained in:
commit
fca85bea39
1 changed files with 2 additions and 9 deletions
11
README.md
11
README.md
|
@ -97,13 +97,6 @@ guix install nheko
|
||||||
|
|
||||||
#### macOS (10.14 and above)
|
#### macOS (10.14 and above)
|
||||||
|
|
||||||
|
|
||||||
with [macports](https://www.macports.org/):
|
|
||||||
|
|
||||||
```sh
|
|
||||||
sudo port install nheko
|
|
||||||
```
|
|
||||||
|
|
||||||
with [homebrew](https://brew.sh/):
|
with [homebrew](https://brew.sh/):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -120,7 +113,7 @@ brew cask install nheko
|
||||||
- [LMDB](https://symas.com/lightning-memory-mapped-database/)
|
- [LMDB](https://symas.com/lightning-memory-mapped-database/)
|
||||||
- [cmark](https://github.com/commonmark/cmark) 0.29 or greater.
|
- [cmark](https://github.com/commonmark/cmark) 0.29 or greater.
|
||||||
- Boost 1.70 or greater.
|
- Boost 1.70 or greater.
|
||||||
- [libolm](https://git.matrix.org/git/olm)
|
- [libolm](https://gitlab.matrix.org/matrix-org/olm)
|
||||||
- [libsodium](https://github.com/jedisct1/libsodium)
|
- [libsodium](https://github.com/jedisct1/libsodium)
|
||||||
- [spdlog](https://github.com/gabime/spdlog)
|
- [spdlog](https://github.com/gabime/spdlog)
|
||||||
- A compiler that supports C++ 17:
|
- A compiler that supports C++ 17:
|
||||||
|
@ -210,7 +203,7 @@ guix environment nheko
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew update
|
brew update
|
||||||
brew install qt5 lmdb cmake llvm libsodium spdlog boost cmark
|
brew install qt5 lmdb cmake llvm libsodium spdlog boost cmark libolm
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Windows
|
##### Windows
|
||||||
|
|
Loading…
Reference in a new issue