How to build
Clone repo
git clone --recurse-submodules [email protected]:hatamiarash7/duckdb-netquack.gitManaging dependencies
cd <your-working-dir-not-the-plugin-repo>
git clone https://github.com/Microsoft/vcpkg.git
sh ./vcpkg/scripts/bootstrap.sh -disableMetrics
export VCPKG_TOOLCHAIN_PATH=`pwd`/vcpkg/scripts/buildsystems/vcpkg.cmakeCompile
make./build/release/extension/netquack/netquack.duckdb_extensionGEN=ninja makeTests
Last updated
Was this helpful?