All dependencies are resolved automaticlaly, there is no need to install any dependency
To configure the project into a new build directory, run:
cmake -S path/to/source -B path/to/build -G"MinGW Makefiles"
To build it, run:
cmake --build path/to/build
This will create an executable at bin/app(.exe) in the root of the build folder