Penn State - Center for Infectious Disease Dynamics (CIDD) - Boni Lab
Checkout / update the 'vcpkg' external project
git submodule update --init --recursive
Bootstrap vcpkg
and install dependencies
./ext/vcpkg/bootstrap-vcpkg.sh
./ext/vcpkg/vcpkg install gsl yaml-cpp fmt date args CLI11 gtest catch
Build
cmake --build build --config Release
Or just simply run make
, the make
script will do all of the above steps
make
Checkout / update the 'vcpkg' external project
git submodule update --init --recursive
Bootstrap vcpkg
and install dependencies
.\ext\vcpkg\bootstrap-vcpkg.bat
.\ext\vcpkg\bootstrap-vcpkg.exe install gsl yaml-cpp fmt date args CLI11 gtest catch
Build project with Visual Studio 2019 or CLion