Skip to content

Commit

Permalink
docs: add note about build issue workaround (#34)
Browse files Browse the repository at this point in the history
* add note for build issue

* try block quote
  • Loading branch information
AaronVerDow authored Feb 9, 2025
1 parent c161ad0 commit adf949f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ zig build --fetch
```sh
zig build --release=fast
```

> [!NOTE]
> There is a [known issue](https://github.com/freref/fancy-cat/issues/18) with some processors; if the build fails on step 7/10 with the error `LLVM ERROR: Do not know how to expand the result of this operator!` then try the command below instead:
> ```
> zig build --release=fast -Dcpu="skylake"
> ```
3. Install:
```
# Add to your PATH
Expand Down

0 comments on commit adf949f

Please sign in to comment.