Lomoco was created by Alexios Chouchoulas, Andreas Schneider <[email protected]>, and Peter Feuerer <[email protected]> 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