![]() |
|
Trouble compiling newest Dolphin on Centos 7 - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Trouble compiling newest Dolphin on Centos 7 (/Thread-trouble-compiling-newest-dolphin-on-centos-7) |
Trouble compiling newest Dolphin on Centos 7 - aquaz - 07-23-2015 I'm trying to compile latest Dolphin on Centos 7 x86_64. I've installed package named xorg-x11-drv-evdev-devel.x86_64 , but I get Code: -- Found LIBUDEV: /usr/lib64/libudev.so Is there any other package that provides evdev development library? RE: Trouble compiling newest Dolphin on Centos 7 - Anti-Ultimate - 07-23-2015 Install the "libudev-devel" package RE: Trouble compiling newest Dolphin on Centos 7 - aquaz - 07-23-2015 (07-23-2015, 07:04 PM)Anti-Ultimate Wrote: Install the "libudev-devel" package There is no such package. At first cmake coulnd't find libudev, but I figured out that since udev is now provided by systemd I've installed systemd-devel, and the problem was gone. I think I'll just build libevdev from source. |