Lomoco was created by Alexios Chouchoulas, Andreas Schneider <andreas.schneider@linux-gamers.net>, and Peter Feuerer <peter.feuerer@linux-gamers.net> It was designed to allow Logitech Mice to work on linux.
You'll need:
./autogen.sh
make
- Create build dir:
mkdir build && cd build
- Configure:
cmake ../
(You can use other generators too like Ninja) - Compile:
make