More informations about us here: Nexus-Software
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.
- C++ 11 Compiler
- CMake
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 .
git clone https://github.com/Nexus-Software/NexusZiaApi.git
cd NexusZiaApi
mkdir build
cd build
cmake ..
cmake --build .
Website of documentation each interface is available on https://nexus-software.github.io/NexusZiaApi/
We have collected notes on how to contribute to this project in CONTRIBUTING.md.
NexusZiaApi is released under the MIT License.