From c0b8e9a52110ac9c435c888421ccd2d08491db4e Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Sat, 25 Jul 2026 07:50:07 +0900 Subject: [PATCH 1/2] Add a missing trailing back slash --- src/content/docs/v5/getting-started/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/v5/getting-started/installation.mdx b/src/content/docs/v5/getting-started/installation.mdx index 35819b91..0e1eff4d 100644 --- a/src/content/docs/v5/getting-started/installation.mdx +++ b/src/content/docs/v5/getting-started/installation.mdx @@ -350,7 +350,7 @@ If you prefer to install Noctalia locally or want more control over the installa ```bash - sudo apt install just meson libwayland-dev + sudo apt install just meson libwayland-dev \ wayland-protocols libfreetype-dev libfontconfig-dev \ libcairo2-dev libpango1.0-dev librsvg2-dev libxkbcommon-dev \ libepoxy-dev libgles-dev libwebp-dev libcurl4-gnutls-dev \ From 7b79551a1886a47d32ecc8e3292c2000931808bf Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Sat, 25 Jul 2026 08:32:36 +0900 Subject: [PATCH 2/2] Remove mention of old toml++ treatment --- src/content/docs/v5/getting-started/installation.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/content/docs/v5/getting-started/installation.mdx b/src/content/docs/v5/getting-started/installation.mdx index 0e1eff4d..acd2ea00 100644 --- a/src/content/docs/v5/getting-started/installation.mdx +++ b/src/content/docs/v5/getting-started/installation.mdx @@ -366,8 +366,6 @@ If you prefer to install Noctalia locally or want more control over the installa Vendored dependencies, with no system package needed: `Wuffs`, `nanosvg`, `Luau`, `dr_wav`, `fzy`, and Material Color Utilities. -Dependencies that are vendored by default, with a meson option to instead use the system package: `tomlplusplus` - System packages required beyond the Wayland/GL stack: `libwebp` handles WebP decoding and thumbnail encoding. Wuffs handles the other supported raster image formats.