meson note for build

This commit is contained in:
vaxerski 2023-05-03 21:31:29 +01:00
parent 4797481e47
commit b024e3ea04
1 changed files with 3 additions and 0 deletions

View File

@ -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