Skip to content

Instantly share code, notes, and snippets.

@smamran
Created January 14, 2016 06:34
Show Gist options
  • Save smamran/f68b46b996759fa95775 to your computer and use it in GitHub Desktop.
Save smamran/f68b46b996759fa95775 to your computer and use it in GitHub Desktop.
sqlite Compile

Qt 5.5 for Desktop (MinGW 4.9.2 32 bit)

>> gcc shell.c sqlite3.c -lpthread -o gccsqlite3.exe

Developer Command Prompt for VS2015

>> cl shell.c sqlite3.c -Fesqlite3.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment