summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2021-01-24 14:54:44 +0100
committerGravatar Vincent Rischmann2021-01-24 14:54:44 +0100
commit92b93fbe894911e193b5aa3aa90511f22979c319 (patch)
treec936c5122a8a1b13fd8843e25317306fa386e9cd /README.md
parentMerge pull request #5 from vrischmann/sqlite-source (diff)
downloadzig-sqlite-92b93fbe894911e193b5aa3aa90511f22979c319.tar.gz
zig-sqlite-92b93fbe894911e193b5aa3aa90511f22979c319.tar.xz
zig-sqlite-92b93fbe894911e193b5aa3aa90511f22979c319.zip
update readme
Diffstat (limited to '')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index e24f2d6..e6a083c 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,13 @@ If you use this library, expect to have to make changes when you update the code
10 10
11# Requirements 11# Requirements
12 12
13* [Zig master](https://ziglang.org/download/) 13[Zig master](https://ziglang.org/download/) is the only required dependency.
14* Linux 14
15* the system and development package for sqlite 15For sqlite, you have options depending on your target:
16 * `libsqlite3-dev` for Debian and derivatives 16* On Windows the only supported to build `zig-sqlite` is with the embedded sqlite source code file.
17 * `sqlite3-devel` for Fedora 17* On Linux we have to options:
18 * use the system and development package for sqlite (`libsqlite3-dev` for Debian and derivatives, `sqlite3-devel` for Fedora)
19 * use the embedded sqlite source code file.
18 20
19# Features 21# Features
20 22