- Execute the following commands in PowerShell:
git clone https://github.com/catchorg/Catch2.git
cd Catch2
mkdir build
cd build
cmake -G "MinGW Makefiles" -DBUILD_TESTING=OFF ..
mingw32-make
-
Open PowerShell as Admin and navigate to Catch2/build/
-
Execute the following command:
mingw32-make install