mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 15:44:10 +00:00
README: ref zig issue 15419 workaround
This commit is contained in:
parent
346dba0601
commit
24c5b4fdc3
1 changed files with 5 additions and 4 deletions
|
@ -151,8 +151,10 @@ examples to see how to use zap.
|
|||
|
||||
### Please note: latest zig master
|
||||
|
||||
Latest zig-master has problems handling the recent GitHub
|
||||
redirects to `codeload.github.com`. My work-around for this is as follows:
|
||||
Latest zig-master has problems handling the recent GitHub redirects to
|
||||
`codeload.github.com`. Check if this issue still persists
|
||||
[here](https://github.com/ziglang/zig/issues/15419). My work-around for this is
|
||||
as follows:
|
||||
|
||||
Change your `build.zig.zon` zap dependency to localhost:
|
||||
|
||||
|
@ -181,8 +183,7 @@ $ python -m http.server
|
|||
```
|
||||
|
||||
This hosts the downloaded dependencies locally on port 8000. After the first
|
||||
`zig build`, you can stop the python http server with
|
||||
<kbd>CTRL</kbd>+<kbd>C</kbd>.
|
||||
`zig build`, you can stop the python http server with <kbd>CTRL</kbd>+<kbd>C</kbd>.
|
||||
|
||||
|
||||
## Updating your project to the latest version of zap
|
||||
|
|
Loading…
Add table
Reference in a new issue