Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 306 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 306 Bytes

ZIA

Require

  • cmake >= 3.21
  • conan

Build

Linux and Mac OS

make

Windows

mkdir -p build && cd build && conan install .. --build=missing && cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build . ; cd .. 

Push to Epitech repository

./peuch_datte.sh