diff options
| author | 2021-01-24 14:55:35 +0100 | |
|---|---|---|
| committer | 2021-01-24 14:55:35 +0100 | |
| commit | 6e19a6c1bb81dc787df11c147e956ed36dad96d4 (patch) | |
| tree | 3a04ef1131294f3c16aad7ff59f2e2bd5b1c2b7a /README.md | |
| parent | update readme (diff) | |
| download | zig-sqlite-6e19a6c1bb81dc787df11c147e956ed36dad96d4.tar.gz zig-sqlite-6e19a6c1bb81dc787df11c147e956ed36dad96d4.tar.xz zig-sqlite-6e19a6c1bb81dc787df11c147e956ed36dad96d4.zip | |
update readme, fix typo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
| 15 | For sqlite, you have options depending on your target: | 15 | For 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. |