Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.62 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.62 KB

Zia

More informations about us here: Nexus-Software

CPP Build Status Build status codecov License

🎓 The project was realized in the 3rd year at Epitech

Welcome to the Zia project Github, made by Nexus-Software with ❤️. This repository is provided with documentation intended to describe the operations of the Zia project.

This project has been developed in C++ and is comptatible on Linux and Windows.

Dependencies

  • C++ 17 Compiler
  • CMake

Build and run

Linux

git clone https://github.com/AEnguerrand/cpp_zia.git
cd cpp_zia
python build.py
cd build
./cpp_zia

Windows

git clone https://github.com/AEnguerrand/cpp_zia.git
cd cpp_zia
python build.py
cd build
./cpp_zia.exe

Console

This project has a CLI. To discover all the available commands, type :

help

Contributing

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

License

Zia is released under the MIT License.