Skip to content

Commit

Permalink
Merge pull request #94 from arjenpdevries/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
samansmink authored Nov 13, 2024
2 parents dd34fdd + bea742e commit c30195b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DuckDB extensions uses VCPKG for dependency management. Enabling VCPKG is very s
```shell
cd <your-working-dir-not-the-plugin-repo>
git clone https://github.com/Microsoft/vcpkg.git
sh ./vcpkg/scripts/bootstrap-vcpkg.sh
sh ./vcpkg/scripts/bootstrap.sh -disableMetrics
export VCPKG_TOOLCHAIN_PATH=`pwd`/vcpkg/scripts/buildsystems/vcpkg.cmake
```
Note: VCPKG is only required for extensions that want to rely on it for dependency management. If you want to develop an extension without dependencies, or want to do your own dependency management, just skip this step. Note that the example extension uses VCPKG to build with a dependency for instructive purposes, so when skipping this step the build may not work without removing the dependency.
Expand Down

0 comments on commit c30195b

Please sign in to comment.