兴奋果汁

文章
11
资源
0
加入时间
3年0月20天

imagewatch 安装官方教程解决方案

官方教程https://github.com/csantosbh/gdb-imagewatch该教程基于ubuntu16.04进行安装,但是在我的2004上出现了太多的错误,最终错误为:Python development package cannot be found ,实际上这些包都已经安装好了,通过查看gdb-imagewatch.pro文件可以看到,该项目包含Python的命令为:PKGCONFIG += python3,因此主要问题在于此,通过直接挂入include可以解决上述错误,但