Coder Social home page Coder Social logo

nepnep21 / mtxclient Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nheko-reborn/mtxclient

0.0 0.0 0.0 2.24 MB

Client API library for Matrix, built on top of libcurl

License: MIT License

Shell 0.49% C++ 94.89% Makefile 0.22% CMake 3.31% Dockerfile 0.37% Meson 0.68% Batchfile 0.03%

mtxclient's Introduction

mtxclient

Build Status Build status codecov unstable documentation

Client API library for the Matrix protocol.

Build instructions

Dependencies

  • Coeurl (A C++ wrapper around curl.)
  • OpenSSL
  • C++ 20 compiler
  • CMake 3.15 or greater (lower versions can work, but not all build system options may work.)
  • Google Test (for testing)
  • spdlog (for logging)

If you are missing some or all of those above dependencies, you can add -DHUNTER_ENABLED=ON to the cmake configure command to use bundled dependencies. You can finetune them with the following variables. They default to ON, if Hunter is enabled and to OFF otherwise.

cmake flag description
USE_BUNDLED_COEURL Use the bundled version of coeurl.
USE_BUNDLED_LIBEVENT Use the bundled version of libevent (coeurl dependency).
USE_BUNDLED_LIBCURL Use the bundled version of curl (coeurl dependency).
USE_BUNDLED_COEURL Use the bundled version of coeurl.
USE_BUNDLED_SPDLOG Use the bundled version of spdlog.
USE_BUNDLED_OLM Use the bundled version of libolm.
USE_BUNDLED_GTEST Use the bundled version of Google Test.
USE_BUNDLED_JSON Use the bundled version of nlohmann json.
USE_BUNDLED_OPENSSL Use the bundled version of OpenSSL.
USE_BUNDLED_RE2 Use the bundled version of re2.

Below is an example which will build the library along with the tests & examples.

Linux

cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug
cmake --build build

macOS

You will need to pass as argument (-DOPENSSL_ROOT_DIR) the installation root of openssl.

cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl
cmake --build build

You can toggle off the tests & examples by passing -DBUILD_LIB_TESTS=OFF & -DBUILD_LIB_EXAMPLES=OFF respectively.

Running the tests

In order to run the integration tests you'll need a local synapse instance. You can start an instance with docker by running the following

make synapse

then run the test suite

make test 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.