Skip to content

Commit

Permalink
Merge pull request #82 from Tishj/vcpkg_readme_fix
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
samansmink authored Dec 10, 2024
2 parents 27803ae + ffb82c0 commit d3858bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ based on pyspark 3.5, which you can install through pip.
To build the extension with vcpkg, you can build this extension using:

```shell
VCPKG_TOOLCHAIN_PATH='<path_to_your_vcpkg_toolchain_cmake_file>' make
VCPKG_TOOLCHAIN_PATH='<path_to_your_vcpkg_repo>/scripts/buildsystems/vcpkg.cmake' make
```

This will build both the separate loadable extension and a duckdb binary with the extension pre-loaded:
Expand Down

0 comments on commit d3858bb

Please sign in to comment.