首先得要有编译环境:
(出现 “no acceptable C compiler found” 就是说没有编译环境)
懒得自己去一个个安装编译所需要的软件,就直接安装下面的包,包含了基本的编译环境
Redhat base: yum groupinstall "Development Tools" Debian base: apt-get install build-essential
编译通用选项:
安装路径,默认[/usr/local]
–prefix=PREFIX install architecture-independent files in PREFIX [/usr/local]