From 92b93fbe894911e193b5aa3aa90511f22979c319 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 24 Jan 2021 14:54:44 +0100 Subject: update readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'README.md') 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 # Requirements -* [Zig master](https://ziglang.org/download/) -* Linux -* the system and development package for sqlite - * `libsqlite3-dev` for Debian and derivatives - * `sqlite3-devel` for Fedora +[Zig master](https://ziglang.org/download/) is the only required dependency. + +For sqlite, you have options depending on your target: +* On Windows the only supported to build `zig-sqlite` is with the embedded sqlite source code file. +* On Linux we have to options: + * use the system and development package for sqlite (`libsqlite3-dev` for Debian and derivatives, `sqlite3-devel` for Fedora) + * use the embedded sqlite source code file. # Features -- cgit v1.2.3