Cannot find -ludev
-
Hello,
I'm very new to Qt and Ubuntu and have absolutely no idea what needs to be done.
I'm trying to build my project, but I get a 'cannot find -ludev' error. I searched on google and the only result I found was to enter: sudo apt-get install libglu1-mesa-dev.. however terminal says that I already have the newest version installed.Are there anything else I can do?
-
sudo apt-get install libudev1
-
plus to jsulm's answer:
sudo apt-get install libudev1 libudev-dev -
Hello,
I'm very new to Qt and Ubuntu and have absolutely no idea what needs to be done.
I'm trying to build my project, but I get a 'cannot find -ludev' error. I searched on google and the only result I found was to enter: sudo apt-get install libglu1-mesa-dev.. however terminal says that I already have the newest version installed.Are there anything else I can do?
-
plus to jsulm's answer:
sudo apt-get install libudev1 libudev-dev@Hamed.Masafi Thankyou! libudev-dev was missing.