Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 708 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 708 Bytes

Lomoco

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.

Building

You'll need:

Building with Autotools

  1. ./autogen.sh
  2. make

Building with CMake

  1. Create build dir: mkdir build && cd build
  2. Configure: cmake ../ (You can use other generators too like Ninja)
  3. Compile: make