From 06aa3ad44e281602d3fe59e95f950dbc22620b05 Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Sun, 13 Nov 2022 23:04:25 -0800 Subject: [PATCH] Updated README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 0b312f7..b0f326b 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,11 @@ ## Building ### Requirements -- A recent-ish build of zig from the [main branch](https://github.zom/ziglang/zig) (0.9.1 will NOT work, it is missing stdlib apis we use) +- zig 0.10.0 - System libraries * `sqlite3` * `libpq` -NOTE: compilation is broken right now because of: - -https://github.com/ziglang/zig/issues/12240 - -for a temporary fix, rebuild zig after changing `$stdlibdir/crypto/scrypt.zig:465` to use `default_salt_len` instead of `salt_bin.len` ### Commands