| libevdevxx 0.5.3
    A C++ wrapper for libevdev. | 
Here are some installation instructions.
Before you can build libevdevxx, make sure you have:
If you downloaded the tarball, simply extract it with a command like:
tar xvf libevdevxx-XYZ.tar.gz
where XYZ is the version.
When obtaining the source code from the repository, you will need to generate the configure script, by running the bootstrap script: 
./bootstrap
Since libevdevxx uses Automake, the usual Automake steps apply:
./configure make sudo make install
For more details, see the file INSTALL or run ./configure --help.