Skip to content

Instantly share code, notes, and snippets.

@7ERr0r
Created June 6, 2024 20:21
Show Gist options
  • Save 7ERr0r/3747d80211bae1d177e87fade1901ff1 to your computer and use it in GitHub Desktop.
Save 7ERr0r/3747d80211bae1d177e87fade1901ff1 to your computer and use it in GitHub Desktop.
# Compiling gamescope on Fedora 40
sudo dnf group install "C Development Tools and Libraries" "Development Tools"
sudo dnf install libX11-devel wayland-devel vulkan-devel wayland-protocols-devel libXdamage-devel \
libXcomposite-devel libXcursor-devel libXext-devel libXxf86vm-devel libXtst-devel libXres-devel \
libXmu-devel libxkbcommon-devel libdrm-devel pixman-devel libudev-devel libseat-devel libinput-devel \
xorg-x11-server-Xwayland-devel xcb-util-devel xcb-util-wm-devel libdecor-devel glslang
git submodule update --init
meson build/
ninja -C build/
build/gamescope -- <game>
# install with
meson install -C build/ --skip-subprojects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment