随笔分类 - Linux
摘要:reference:http://www.cnblogs.com/niocai/archive/2011/07/15/2107472.html一、安装 1、安装gcc/g++/gdb/make 等基本编程工具$sudo apt-get install build-essential 2、安装 libgtk2.0-dev libglib2.0-dev 等开发相关的库文件$sudo apt-get install gnome-core-devel 3、用于在编译GTK程序时自动找出头文件及库文件位置 $sudo apt-get install pkg-config 4、安装 dev...
阅读全文
摘要:build-essential is a meta package which consist a serial of packages which are used for compiling.These packages can be installed seperately, but build-essential provide a more convenient way.
阅读全文
浙公网安备 33010602011771号