Article Title: Build the GCC and GTK environments on UbuntuLinux8.04. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Root # apt? Get install build? Essential # This will install basic programming tools such as gcc/g ++/gdb/make
Root # apt? Get install gnome? Core? Devel # which will install libgtk2.0? Dev libglib2.0? Dev and other development-related library files
Root # apt? Get install pkg? Config # used to automatically find the header file and library file location when compiling the GTK Program
Root # apt? Get install devhelp # This will install the devhelp GTK document viewing program
Root # apt? Get install libglib2.0? Doc libgtk2.0? Doc # This will install the gtk/glib API reference manual and other help documents
Root # apt? Get install glade libglade2? Dev # This will install the GTK-based interface Constructor