mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
20 lines
582 B
Markdown
20 lines
582 B
Markdown
|
# xf86-input-neko
|
||
|
[X.org](https://x.org/) [neko](http://github.com/demodesk/neko) input driver
|
||
|
|
||
|
### how to use
|
||
|
xf86-input-neko assumes you have only one virtual touchscreen device available, see
|
||
|
`80-neko.conf`. If there are multiple in your system, please specify one config
|
||
|
section for each.
|
||
|
xf86-input-neko aims to make [neko](http://github.com/demodesk/neko) easy to use and doesn't
|
||
|
offer special configuration options.
|
||
|
|
||
|
* `./configure --prefix=/usr`
|
||
|
* `make`
|
||
|
* `sudo make install`
|
||
|
|
||
|
Done.
|
||
|
|
||
|
To _uninstall_, again go inside the extracted directory, and do
|
||
|
|
||
|
sudo make uninstall
|