FeralInteractive / gamemode

Optimise Linux system performance on demand
BSD 3-Clause "New" or "Revised" License
4.83k stars 188 forks source link

Error while building gamemode #502

Open NonEssentialCelestial opened 3 weeks ago

NonEssentialCelestial commented 3 weeks ago

I'am getting systemd dependency error when i am at the ' ./bootstrap.sh ' step. I double checked every dependency i shouldnt have missing dependency especially not systemd

The exact error i am getting:

"Message: Asking pkg-config for systemd's 'sysusersdir' directory Found CMake: /usr/bin/cmake (3.30.3) Run-time dependency systemd found: NO (tried pkgconfig and cmake)

meson.build:124:34: ERROR: Dependency "systemd" not found, tried pkgconfig and cmake " Ubuntu 24.10

meson-log.txt

Joduus commented 2 weeks ago

I have the same Problem. Also Ubuntu 24.10

gmonox commented 6 days ago

I had to install systemd-dev:

sudo apt install systemd-dev

NonEssentialCelestial commented 6 days ago

I had to install systemd-dev:

sudo apt install systemd-dev

In my case systemd-dev was already installed

gmonox commented 5 days ago

Have you tried installing gamemode through apt instead of using the install script?