1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/sqlite/README.md

17 lines
328 B
Markdown
Raw Normal View History

# Install SQLite Dependency
2019-12-18 13:22:22 +03:00
**Fedora 31**:
2019-12-18 13:22:22 +03:00
`sudo dnf -y install sqlite-devel`
2019-12-18 13:22:22 +03:00
2019-12-21 10:00:28 +03:00
**Ubuntu 20.04**:
2019-12-21 10:00:28 +03:00
`sudo apt install -y libsqlite3-dev`
2019-12-21 10:00:28 +03:00
**Windows**:
- Download the source zip from [SQLite Downloads](https://sqlite.org/download.html)
- Create a new `sqlite` subfolder inside `v/thirdparty`
- Extract the zip into that folder