yum -y install gccyum -y install gcc-c++ yum install make-- 或者yum groupinstall "Development Tools"-- 或者yum install gcc gcc-c++ kernel-develfrom:http://www.oschina.net/code/snippet_54100_10351 Read More
posted @ 2012-09-13 20:53 庚武 Views(513) Comments(1) Diggs(0)
http://www.dwheeler.com/autotools/Try to use autotools, and after that gmake looks like child's play SCons vs. CMake The GNU build system, also known as the Autotools, is a suite of programming tools designed to assist in making source-code packages portable to many Unix-like systems.It can be d Read More
posted @ 2012-09-13 18:14 庚武 Views(972) Comments(0) Diggs(0)