diff options
| author | 2023-05-29 08:46:22 +0200 | |
|---|---|---|
| committer | 2023-05-29 08:46:22 +0200 | |
| commit | a6230ce9b3f2fc5dfcda67c0724c61514af3e800 (patch) | |
| tree | 18ec8f6d2704b1857178935faf29ad62d973b348 | |
| parent | replace meta.tagName with @tagName (diff) | |
| download | zig-sqlite-a6230ce9b3f2fc5dfcda67c0724c61514af3e800.tar.gz zig-sqlite-a6230ce9b3f2fc5dfcda67c0724c61514af3e800.tar.xz zig-sqlite-a6230ce9b3f2fc5dfcda67c0724c61514af3e800.zip | |
update readme
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -13,11 +13,11 @@ If you use this library, expect to have to make changes when you update the code | |||
| 13 | 13 | ||
| 14 | # Zig release support | 14 | # Zig release support |
| 15 | 15 | ||
| 16 | `zig-sqlite` only supports Zig master (as can be found [here](https://ziglang.org/download/)). The plan is to support releases once Zig 1.0 is released but this can still change. | 16 | `zig-sqlite` only tracks Zig master (as can be found [here](https://ziglang.org/download/)). The plan is to support releases once Zig 1.0 is released but this can still change. |
| 17 | 17 | ||
| 18 | The Zig self-hosted/stage2 compiler is now [the default](https://github.com/ziglang/zig/pull/12368) however currently it can't be used with `zig-sqlite` due to bugs. | 18 | Unfortunately as of zig `0.11.0-dev.3312+ab37ab33c` some things still don't compile properly, for example our tests don't compile. However [this demo program](https://github.com/vrischmann/zig-sqlite-demo) compiles fine. |
| 19 | 19 | ||
| 20 | Eventually `zig-sqlite` will only support stage2 but until a point I feel comfortable doing that, the `master` branch will stay compatible with stage1 and all work for stage2 will happen in the `stage2` branch. | 20 | So your mileage may vary if you try to use `zig-sqlite`. |
| 21 | 21 | ||
| 22 | # Table of contents | 22 | # Table of contents |
| 23 | 23 | ||