一、先安装automake、libtool、autoconf这3个工具
apt-get install automake libtool autoconf
二、运行./autogen.sh 生成configure文件
三、./configure 生成makefile文件,可以根据需要来设置相关的参数,比如安装目录,编译器
四、make
五、make install
一、先安装automake、libtool、autoconf这3个工具
apt-get install automake libtool autoconf
二、运行./autogen.sh 生成configure文件
三、./configure 生成makefile文件,可以根据需要来设置相关的参数,比如安装目录,编译器
四、make
五、make install