From b024e3ea0461fa2d839a5eedff0bcfd36b7b4586 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 3 May 2023 21:31:29 +0100 Subject: [PATCH] meson note for build --- pages/Getting Started/Installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index bec6ca0..2745cf2 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -158,6 +158,9 @@ cd Hyprland 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