Skip to content

Nexus-Software/NexusZiaApi

Repository files navigation

NexusZiaApi

More informations about us here: Nexus-Software

CPP Build Status Build status GitHub Issues GitHub Pull Request License

Welcome to the Github project of Zia API by Nexus-Software. This repository is provided with documentation intended to describe the operation of the API and its modules for the Zia project.

This API has been developed in C++ and is comptatible on Linux, MacOS and Windows.

Dependencies

  • C++ 11 Compiler
  • CMake

Try to build API

Linux

git clone https://github.com/Nexus-Software/NexusZiaApi.git
cd NexusZiaApi
mkdir build
cd build
cmake ..
cmake --build .
cd ..
mkdir examples/modules/LogEmail/build
cd examples/modules/LogEmail/build
cmake ..
cmake --build .

Windows and MacOS

git clone https://github.com/Nexus-Software/NexusZiaApi.git
cd NexusZiaApi
mkdir build
cd build
cmake ..
cmake --build .

Documentation

Website of documentation each interface is available on https://nexus-software.github.io/NexusZiaApi/

Contributing

We have collected notes on how to contribute to this project in CONTRIBUTING.md.

License

NexusZiaApi is released under the MIT License.