-
Download source from source
For example: source
https://www.sqlite.org/2023/sqlite-amalgamation-3430100.zip
-
Download binary from binary
For example: binary
https://www.sqlite.org/2023/sqlite-dll-win64-x64-3430100.zip
-
Extract both archives to the same directory
-
Open Developer Command Prompt for VS 2017 by typing Developer Command in Windows Search
-
Go to directory where you've extracted source code and binary files (via opened cmd)
-
Run
lib /DEF:sqlite3.def /OUT:sqlite3.lib /MACHINE:x64
Last active
February 21, 2025 04:19
-
-
Save zeljic/d8b542788b225b1bcb5fce169ee28c55 to your computer and use it in GitHub Desktop.
Build SQLite3 .lib file on windows
Issue solved ,thank you @zeljic
thank you, sir~
thank you
thank you!
thank you!
You are so handsome!
thanks saviour
thankyou sir!
Thank you, concise and clear and works perfectly.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are in wrong directory, you are executing lib command in
C:\Program Files\Microsoft Visual Studio\2022\Community
but you should first move toD:\sqlite-amalgamation-3430100