mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
README: document SQLITE3_STATIC
This commit is contained in:
parent
7b9b1d2965
commit
13bb87b469
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user