Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 328 Bytes

File metadata and controls

16 lines (9 loc) · 328 Bytes

Install SQLite Dependency

Fedora 31:

sudo dnf -y install sqlite-devel

Ubuntu 20.04:

sudo apt install -y libsqlite3-dev

Windows:

  • Download the source zip from SQLite Downloads
  • Create a new sqlite subfolder inside v/thirdparty
  • Extract the zip into that folder