tolga9009 / sidewinderd

Linux support for Microsoft SideWinder X4 / X6 and Logitech G103 / G105 / G710+.
http://cevel.net
Other
151 stars 26 forks source link

Sidewinderd on Gentoo Linux #32

Open fowlay opened 6 years ago

fowlay commented 6 years ago

Hi, I just want to mention that I have created a Gentoo Linux "ebuild" for sidewinderd. An ebuild is a build-from-source-and-install recipe for the Gentoo package manager, so installing sidewinderd can now be done conveniently also on Gentoo Linux. For details read here.

alecuba16 commented 6 years ago

Thank you you made my life easier.

The ebuild needs to require the tinyxml2 as a dependency. Otherwise it will fail at compilation time.

fowlay commented 6 years ago

Thanks alecuba16 for pointing this out. I have added the tinyxml2 dependency now.

khumarahn commented 6 years ago

The systemd service file is installed into /usr/lib/systemd/system instead of /lib/systemd/system. I guess, this is not gentoo specific, and may be fixed in CMakeLists.txt.