常用的包管理工具有:apt.apt-get.apt-cache.apt-file.aptitude.dpkg等.功能有重复的,挑顺手的即可. 1.apt # apt --help list - list packages based on package names search - search in package descriptions show - show package details update - update list of available packages insta…
<软件调试的艺术>学习笔记——GDB使用技巧摘要 <软件调试的艺术>,因为名是The Art of Debugging with GDB, DDD, and Eclipse. 作者是美国的Norman Matloff和Peter Jay Salzman,中文版由张云翻译.是人邮出版社图灵程序设计丛书初版.这里称为"艺术",个人觉得有点过了,但是其中关于gdb以及在gdb基础之上集成的DDD和Eclipse调试技巧的整理确实是做的很好,对于Linux/开源社区下的…
linux 安装报错:pkg-config not found 使用编译安装时,在执行./configure时报如下错误: ... ... checking for pkg-config... no pkg-config not found configure: error: Please reinstall the pkg-config distribution 提示,配置错误,请重新安装pkg配置分发. 解决方法,根据提示,安装pkg-config: sudo apt-get install…
Compile Graphics Magick, Boost, Botan and QT with MinGW64 under Windows 7 64 Sun, 01/01/2012 - 15:43 — admin INTRODUCTION This tutorial explains how to compile several important C++ libraries under Windows 7 64 bits using MinGW 64 for 64 bits archite…