Skip to content

Commit 725851b

Browse files
aykevldeadprogram
authored andcommitted
guides: lld-libs isn't needed on Fedora, but clang-libs is
Tested on Fedora 39.
1 parent 58b8efc commit 725851b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/guides/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ brew install llvm@16
6969
For **Fedora** users you can install LLVM from the repository. Note that the version of LLVM [varies by Fedora version](https://packages.fedoraproject.org/pkgs/llvm/llvm-libs/), for example Fedora 37 has LLVM 15.
7070

7171
```shell
72-
sudo dnf install llvm-devel lld-libs lld
72+
sudo dnf install llvm-devel clang-libs lld
7373
```
7474

7575
After LLVM has been installed, installing TinyGo should be as easy as running the following command:

0 commit comments

Comments
 (0)