install duckdb from source
duckdb 使用 CMake 构建,也提供一个 make 文件, 下载之后直接 make 即可
git@github.com:duckdb/duckdb.git
make debug BUILD_TPCH=1 GEN=ninja
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
duckdb 使用 CMake 构建,也提供一个 make 文件, 下载之后直接 make 即可
git@github.com:duckdb/duckdb.git
make debug BUILD_TPCH=1 GEN=ninja