Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added note about ccache and ninja
  • Loading branch information
samansmink authored Nov 8, 2024
1 parent dd34fdd commit b3f3a9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ git clone --recurse-submodules https://github.com/<you>/<your-new-extension-repo
Note that `--recurse-submodules` will ensure DuckDB is pulled which is required to build the extension.

## Building
### Build Performance
Before using this template, we highly recommend setting up [ninja](https://ninja-build.org/) and [ccache](https://ccache.dev/) setup should take only a few minutes and this reduced build times (especially rebuild times) significantly.

### Managing dependencies
DuckDB extensions uses VCPKG for dependency management. Enabling VCPKG is very simple: follow the [installation instructions](https://vcpkg.io/en/getting-started) or just run the following:
```shell
Expand Down

0 comments on commit b3f3a9f

Please sign in to comment.