QSerialDevice:编译错误“libudev.h:没有这样的文件或目录”
我从(https://gitorious.org/qserialdevice)签出了 QSerialDevice。我必须下载 UDEV (http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html),但链接已损坏。因此,我跳过了这一点并尝试构建库,但显然我收到了缺少 libudev.h 的错误。
我该如何解决这个问题?
我正在使用 qextserialport 但在读取时遇到问题,因此我尝试用 qserialdevice 替换它。
谢谢你!
I checked-out the QSerialDevice from (https://gitorious.org/qserialdevice). I have to download the UDEV (http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html) but the link is broken. So, I skipped this and tried to build the library but obviously I get an error of missing libudev.h.
How can I fix this?
I am using qextserialport but am facing problems in the read, so am trying to substitute it with qserialdevice.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 Ubuntu,请安装包 libudev-dev。
如果您需要其他文件,可以通过 http://packages.ubuntu.com#search_contents< 找到包含该文件的包/a>
For Ubuntu, install the package libudev-dev.
If you need other files, you can find the package that contains it with http://packages.ubuntu.com#search_contents