added libudev-dev as prereq to build on debian based systems

merge-requests/18/head
Roeland Jansen 2023-05-03 08:04:17 +02:00
rodzic 6fc63df321
commit 0c072f4665
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -18,6 +18,7 @@ sudo apt-get install libeigen3-dev
sudo apt-get install portaudio19-dev
sudo apt-get install librtaudio-dev
sudo apt-get install libhidapi-dev libqt5gamepad5-dev
sudo apt-get install libudev-dev
~~~
Now you need to install qcustomplot. There are two versions that are commonly found in linux distros: 1.3 and 2.0. Either will work fine. If you are not sure which version your linux install comes with, simply run both commands. One will work and the other will fail, and that's fine!