Skip to content

Commit d6845b4

Browse files
author
LPuehringerStudent
authored
Add brew as alternative for installing llvm on Linux (#101)
1 parent dfaa4fb commit d6845b4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

getting-started/cpp-stuff.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ On Arch-based systems:
7272
pacman -S clang lld llvm
7373
```
7474

75+
Alternatively, you can use [brew](https://brew.sh/) (Linuxbrew) on Linux just like on macOS:
76+
77+
```bash
78+
brew install llvm
79+
```
80+
7581
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).
7682

7783
After installing the CLI, run this command to install all the needed tools:

0 commit comments

Comments
 (0)