You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone the repository: git clone https://github.com/FeralInteractive/gamemode.git
Switch to folder: cd gamemode
Try to build the tool: /bootstrap.ch
Then I get this:
Message: Asking pkg-config for systemd's 'sysusersdir' directory
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency systemd found: NO (tried pkgconfig)
meson.build:124:34: ERROR: Dependency "systemd" not found, tried pkgconfig
System Info:
OS and version: Ubuntu 24.10.
GameMode Version 1.8.2
The text was updated successfully, but these errors were encountered:
I followed a tutorial on how to setup gamemode on Linux. When I try to build gamemode, I get an error
To Reproduce
Steps used to reproduce the behavior:
sudo apt install meson libsystemd-dev pkg-config ninja-build git libdbus-1-dev dbus-user-session
git clone https://github.com/FeralInteractive/gamemode.git
cd gamemode
/bootstrap.ch
System Info:
The text was updated successfully, but these errors were encountered: