From bb310987b2e01a92dae1918dc3d33895cf98f88b Mon Sep 17 00:00:00 2001 From: Ivan Velickovic Date: Wed, 28 Aug 2024 11:25:18 +1000 Subject: [PATCH] webserver,kitty: add llvm dependency Signed-off-by: Ivan Velickovic --- content/docs/examples/kitty/building.md | 2 +- content/docs/examples/webserver/building.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/examples/kitty/building.md b/content/docs/examples/kitty/building.md index e6060f8..f6b0f2d 100644 --- a/content/docs/examples/kitty/building.md +++ b/content/docs/examples/kitty/building.md @@ -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" >}} diff --git a/content/docs/examples/webserver/building.md b/content/docs/examples/webserver/building.md index e40d3b0..69c6673 100644 --- a/content/docs/examples/webserver/building.md +++ b/content/docs/examples/webserver/building.md @@ -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" >}}