diff options
| -rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
| @@ -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 | 15 | For 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 | ||