This repository extracts libfdb_c from FoundationDB and pre-process the flow code to avoid mono during compilation.
make build
This Makefile will use vcpkg to install dependencies and then compile with cmake. You can also directly use cmake.
cmake -Bbuild .
cmake --build build
make extract