Replies: 1 comment
-
Probably, we're thinking of ways to allow people to "mix and match" the DuckDB features(extensions) they want from the main repo, but for now modifying the makefile is the way to go. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I want to re-build from the main branch I'm often presented with the following when I then launch the new build.
INSTALL inet;
I want to offer my readers an alternative where they can build extensions used in posts alongside the rest of DuckDB and the Spatial extension. Is the following a good one-line change to the build instructions for doing so or is there a better way?
$ CLIENT_FLAGS="-DBUILD_EXTENSIONS='parquet;json;inet'" GEN=ninja make release
Beta Was this translation helpful? Give feedback.
All reactions