Skip to content

Commit 31bcd89

Browse files
authored
you need the llvm package on arch
1 parent 6027483 commit 31bcd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/cpp-stuff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ apt install clang-19 clang-tools-19 lld-19
5353
On Arch-based systems:
5454

5555
```bash
56-
pacman -S clang lld
56+
pacman -S clang lld llvm
5757
```
5858

5959
The next step will install the Windows SDK and a CMake toolchain. For ease of installation, first install [the Geode CLI](/getting-started/geode-cli.md) and then come back here. If you want to do it manually, you can follow [this guide](https://gist.github.com/matcool/abb65ee59ded3766717c673014c3a2a7).

0 commit comments

Comments
 (0)