diff --git a/README.md b/README.md index 69d57bf..f3c75a8 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ You can adjust this behavior in a number of ways: options. The default when using vcpkg is to dynamically link, which must be enabled by setting `VCPKGRS_DYNAMIC=1` environment variable before build. `vcpkg install sqlite3:x64-windows` will install the required library. +* When linking against a SQLite library already on the system, you can set the `SQLITE3_STATIC` environment variable to 1 to request that the library be statically instead of dynamically linked. ### Binding generation