Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 496 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 496 Bytes

malasim

Build Instructions

Prerequisites

  1. Install vcpkg.
  2. Install dependencies using vcpkg:
    ./vcpkg install gsl yaml-cpp fmt libpq libpqxx sqlite3 date args cli11 gtest catch easyloggingpp

Building the Project

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