diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-11 19:02:36 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-11 19:02:36 +0300 |
commit | 1192dc5134dc0369853f72c6e07636e06d5da959 (patch) | |
tree | 5e781ca1f9dd241ed05bf5d9b8ba9dfb9ea98e02 /README.md | |
parent | Switch to libcmark (diff) | |
download | nheko-1192dc5134dc0369853f72c6e07636e06d5da959.tar.xz |
Update CI with cmark
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md index 681d8d29..d9d0ca49 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ sudo port install nheko - CMake 3.1 or greater. - [mtxclient](https://github.com/mujx/mtxclient) - [LMDB](https://symas.com/lightning-memory-mapped-database/) +- [cmark](https://github.com/commonmark/cmark) - Boost 1.66 or greater. - [libolm](https://git.matrix.org/git/olm) - [libsodium](https://github.com/jedisct1/libsodium) @@ -115,6 +116,7 @@ sudo pacman -S qt5-base \ gcc \ fontconfig \ lmdb \ + cmark \ boost \ libsodium ``` @@ -139,7 +141,7 @@ sudo apt-get install -y g++-7 qt59base qt59svg qt59tools qt59multimedia cmake li ```bash brew update -brew install qt5 lmdb cmake llvm libsodium spdlog boost +brew install qt5 lmdb cmake llvm libsodium spdlog boost cmark ``` ##### Windows @@ -166,6 +168,7 @@ cd vcpkg boost-signals2 \ boost-system \ boost-thread \ + cmark \ libsodium \ lmdb \ openssl \ |