From 4cb585cb52257f0d5b4eba92d510e64d0d6c9c8a Mon Sep 17 00:00:00 2001 From: Seongbin Lim <58146755+sbinnee@users.noreply.github.com> Date: Wed, 24 May 2023 15:50:41 +0200 Subject: [PATCH] Add cpio for ArchLinux build dependency (#228) --- pages/Getting Started/Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 75cef75..8de23de 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -117,7 +117,7 @@ libwlroots), you don't need to update anything else. _Arch dependencies_: ```plain -yay -S gdb ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite xorg-xinput libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland libinput libliftoff libdisplay-info +yay -S gdb ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite xorg-xinput libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland libinput libliftoff libdisplay-info cpio ``` _(Please make a pull request or open an issue if any packages are missing from the list)_ @@ -139,7 +139,7 @@ export CC=gcc CXX=g++ LDFLAGS="-static-libstdc++ -static-libgcc" ``` _Ubuntu 23.04 dependencies_: -refer to the Ubuntu tab above +refer to the Ubuntu tab above Please note Hyprland builds `wlroots`. Make sure you have the dependencies of wlroots installed, you can make sure you have them by installing wlroots