- Adiong, Nathaniel Irvin
- Ang, Clarence Ivan
- Go, Kenneth D.
- Trocino, Job D.
- CMake
- MinGW (GCC) installed and added to your
PATH
- Open a terminal in the project root.
- Configure the project:
cmake -S . -B build -G "MinGW Makefiles"
- Build the project:
cmake --build build
- Run the executable:
.\build\app.exe
- CMake
- Open a terminal in the project root.
- Build the project:
cmake --build build
- Run the executable:
./build/app