mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sqlite: add Windows instructions to readme (#7041)
This commit is contained in:
@ -1,13 +1,16 @@
|
||||
# Install SQLite Dependency
|
||||
|
||||
# to use module `sqlite`, install `sqlite-devel` first.
|
||||
**Fedora 31**:
|
||||
|
||||
for **Fedora 31**:
|
||||
|
||||
sudo dnf -y install sqlite-devel
|
||||
`sudo dnf -y install sqlite-devel`
|
||||
|
||||
|
||||
for **Ubuntu 20.04**:
|
||||
|
||||
sudo apt install -y libsqlite3-dev
|
||||
|
||||
**Ubuntu 20.04**:
|
||||
|
||||
`sudo apt install -y libsqlite3-dev`
|
||||
|
||||
|
||||
**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
|
||||
|
Reference in New Issue
Block a user