From 105b55239eba847f0d6e553bb28589883c1f253f Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Wed, 17 May 2023 00:18:25 +0300 Subject: [PATCH] Getting Started: update meson install guide --- pages/Getting Started/Installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 2745cf2..75cef75 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -159,14 +159,14 @@ sudo make install ``` _CMake is always recommended as it's the intended way Hyprland should be installed._ -_Meson might have some imperfections, like e.g. overwriting wlroots headers or not installing Hyprland headers properly for plugin support_ ### Meson ```plain -meson _build -ninja -C _build -ninja -C _build install --tags runtime,man +meson subprojects update --reset +meson setup build +ninja -C build +ninja -C build install --tags runtime,man ``` Refer to [Debugging](../../Contributing-and-Debugging) to see how to build &