Skip to content

Commit

Permalink
webserver,kitty: add llvm dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Aug 28, 2024
1 parent d3e048b commit bb31098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/examples/kitty/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Run the following commands depending on your machine:
{{< tabs "dependencies" >}}
{{< tab "Ubuntu/Debian" >}}
```sh
sudo apt update && sudo apt install make cmake clang lld device-tree-compiler unzip git qemu-system-arm
sudo apt update && sudo apt install make cmake clang lld llvm device-tree-compiler unzip git qemu-system-arm
```
{{< /tab >}}
{{< tab "macOS" >}}
Expand Down
2 changes: 1 addition & 1 deletion content/docs/examples/webserver/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Run the following commands depending on your machine:
{{< tabs "dependencies" >}}
{{< tab "Ubuntu/Debian" >}}
```sh
sudo apt update && sudo apt install make cmake clang lld device-tree-compiler unzip git qemu-system-arm
sudo apt update && sudo apt install make cmake clang lld llvm device-tree-compiler unzip git qemu-system-arm
```
{{< /tab >}}
{{< tab "macOS" >}}
Expand Down

0 comments on commit bb31098

Please sign in to comment.