summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6a083c..96dfcde 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ If you use this library, expect to have to make changes when you update the code
13[Zig master](https://ziglang.org/download/) is the only required dependency. 13[Zig master](https://ziglang.org/download/) is the only required dependency.
14 14
15For sqlite, you have options depending on your target: 15For sqlite, you have options depending on your target:
16* On Windows the only supported to build `zig-sqlite` is with the embedded sqlite source code file. 16* On Windows the only supported way at the moment to build `zig-sqlite` is with the embedded sqlite source code file.
17* On Linux we have to options: 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) 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. 19 * use the embedded sqlite source code file.