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