Skip to content

MisterPeModder/Arcade

Repository files navigation

Arcade Build License

Building

Command Line (via CMake)

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 -

Documentation

The documatation is available online.

Local Docs

Required tools:

  • Doxygen

on Linux:

# Run at the root of the project
doxygen

# Open the genrated pages
xdg-open doc/generated/html/index.html

Groups

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

About

The Arcade Project at EPITECH School

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors