Skip to content

Instantly share code, notes, and snippets.

View heavenle's full-sized avatar

YuKunLee heavenle

View GitHub Profile
@zeljic
zeljic / build_sqlite3_lib.md
Last active February 21, 2025 04:19
Build SQLite3 .lib file on windows

How to build SQLite3 .lib file on Windows 10

  1. Download source from source

    For example: source https://www.sqlite.org/2023/sqlite-amalgamation-3430100.zip

  2. Download binary from binary

    For example: binary https://www.sqlite.org/2023/sqlite-dll-win64-x64-3430100.zip

  3. Extract both archives to the same directory