diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -14,7 +14,7 @@ If you use this library, expect to have to make changes when you update the code | |||
| 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 way at the moment to build `zig-sqlite` is with the bundled sqlite source code file. | 16 | * On Windows the only supported way at the moment to build `zig-sqlite` is with the bundled sqlite source code file. |
| 17 | * On Linux we have to options: | 17 | * On Linux we have two 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 bundled sqlite source code file. | 19 | * use the bundled sqlite source code file. |
| 20 | 20 | ||