update README
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m19s
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m19s
This commit is contained in:
parent
ea730c50a5
commit
ce44fd567f
13
README.md
13
README.md
|
@ -28,15 +28,22 @@ Create a `build.zig.zon` with the following contents:
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.universal_lambda_build = .{
|
.universal_lambda_build = .{
|
||||||
.url = "https://git.lerch.org/lobo/universal-lambda-zig/archive/ff691a439105ca6800757a39c208c11fcdabb058.tar.gz",
|
.url = "https://git.lerch.org/lobo/universal-lambda-zig/archive/ea730c50a50faddf4af719bbb3d8d5fac09e0c19.tar.gz",
|
||||||
.hash = "12205386f7353907deb7f195d920bc028e0e73f53dcd23c5e77210a39b31726bf46f",
|
.hash = "1220be3a235a6506dbfef0ba6705e728eebabf9af2b33364aead1c30cdcde353f357",
|
||||||
|
},
|
||||||
|
.flexilib = .{
|
||||||
|
.url = "https://git.lerch.org/lobo/flexilib/archive/c44ad2ba84df735421bef23a2ad612968fb50f06.tar.gz",
|
||||||
|
.hash = "122051fdfeefdd75653d3dd678c8aa297150c2893f5fad0728e0d953481383690dbc",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Due to limitations in the build apis related to relative file paths, the
|
Due to limitations in the build apis related to relative file paths, the
|
||||||
dependency name currently must be "universal_lambda_build".
|
dependency name currently must be "universal_lambda_build". Also, note that
|
||||||
|
the flexilib dependency is required at all times. This requirement may go away
|
||||||
|
with zig 0.12 (see [#17135](https://github.com/ziglang/zig/issues/17135))
|
||||||
|
and/or changes to this library.
|
||||||
|
|
||||||
**Build.zig:**
|
**Build.zig:**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user