Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.1 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.1 KB

EwECS

Contents

Requirements

  • GCC 13.2+ is required
  • CMake 3.16+ is required
  • Git 2.25+ is required&

Dependencies (automatically installed)

Communication

  • If you have a bug or an issue, please contact us.
  • If you want to contribute, please contact us.

Installation in your project

SSH

git submodule add --init --recursive --remote

And add the following lines to your CMakeLists.txt

add_subdirectory(EwECS)
target_link_libraries(${PROJECT_NAME} PRIVATE EwECS)

Compilation

Using CMake

cmake -S . -B build && cmake --build build -j

Credits

  • Valentin Gegoux
  • Baptiste Laran
  • Mathéo Martin
  • Maxence Labourel

License

EwECS is developped by the UwUClub for Epitech.