Required tools:
- CMake 3.17 (minimum)
on Linux:
# Create the build directory
mkdir build && cd build
# Configure the project
cmake .. -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Release
# Build the executable and libraries
cmake --build .
# Return to previous directory
cd -The documatation is available online.
Required tools:
- Doxygen
on Linux:
# Run at the root of the project
doxygen
# Open the genrated pages
xdg-open doc/generated/html/index.html| Group A | Group B |
|---|---|
| Andreas LEROUX andreas.leroux@epitech.eu | Yanis GUAYE yanis.guaye@epitech.eu |
| Nathan ROUSSEAU nathan.rousseau@epitech.eu | Julien LAFARGUE julien.lafargue@epitech.eu |
| Johan CHRILLESEN johan.chrillesen@epitech.eu | Quentin Leroueil quentin.leroueil@epitech.eu |