change spacenavd/libspnav minimum requirement version numbers in the readme

pull/24/head
John Tsiombikas 2022-04-01 04:56:33 +03:00
rodzic 8a8a6a79eb
commit 04bb7d47cd
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -10,7 +10,7 @@ Spacenav daemon interactive configuration program.
Compatibility
-------------
The current version of spnavcfg works with spacenavd v0.9 or higher (requires a
The current version of spnavcfg works with spacenavd v1.0 or higher (requires a
spacenavd which speaks the spnav protocol v1).
This break in compatibility is necessary because the new protocol allows
@ -30,7 +30,7 @@ which will work with older versions of the daemon is 0.3.1.
Installation
------------
First make sure you have the dependencies installed:
- libspnav v0.4 or higher
- libspnav v1.0 or higher
- Qt 5 (core, gui, and widgets).
To build just run `./configure`, `make`, and `make install` as usual.