Skip to content
Snippets Groups Projects
Commit fbcd864f authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Update readme

parent 1796e1e8
No related branches found
No related tags found
No related merge requests found
mtxclient
---
[![Build Status](https://travis-ci.org/mujx/mtxclient.svg?branch=master)](https://travis-ci.org/mujx/mtxclient)
Client API library for the Matrix protocol, built on top of Boost.Asio.
......@@ -13,10 +14,19 @@ Client API library for the Matrix protocol, built on top of Boost.Asio.
- CMake 3.1 or greater
- Google Test (for testing)
You will need to pass as argument (`-DOPENSSL_ROOT_DIR`) the installation root of openssl.
Below is an example which will build the library along with the tests & examples.
#### Linux
```bash
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Debug
cmake --build build
```
#### macOS
You will need to pass as argument (`-DOPENSSL_ROOT_DIR`) the installation root of openssl.
```bash
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl
cmake --build build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment