- Install vcpkg.
- Install dependencies using vcpkg:
./vcpkg install gsl yaml-cpp fmt libpq libpqxx sqlite3 date args cli11 gtest catch easyloggingpp
To build the project, run the following commands:
./scripts/build.sh
Alternatively, you can use the Makefile
targets:
make install-deps
make generate
make build
make test
make run