docs: add issue link

Signed-off-by: cancaicai <2356672992@qq.com>
This commit is contained in:
cancaicai 2025-02-11 20:56:58 +08:00
parent b151c49c03
commit b87f0c98e0
No known key found for this signature in database
GPG key ID: AAFE81DBD71A0DB3

View file

@ -216,7 +216,7 @@ export CPPFLAGS="-I/usr/local/opt/llvm/include"
### LLVM installation on Windows
**Warning** While `cargo build` works on windows, linking roc programs does not yet, see issue #2608. This also means the repl, and many tests will not work on windows.
**Warning** While `cargo build` works on windows, linking roc programs does not yet, see [issue #2608](https://github.com/roc-lang/roc/issues/2608). This also means the repl, and many tests will not work on windows.
The official LLVM pre-built binaries for Windows lack features that roc needs. Instead:
1. Download the custom LLVM 7z archive [here](https://github.com/roc-lang/llvm-package-windows/releases/download/v18.1.8/LLVM-18.1.8-win64.7z).
@ -258,4 +258,4 @@ Then install `lld` version 18 (e.g. with `$ sudo apt-get install lld-18`)
and add make sure there's a `ld.lld` executable on your `PATH` which
is symlinked to `lld-18`.
That's it! Enjoy the faster builds.
That's it! Enjoy the faster builds.