1. 首先要安装gcc

2. 然后进入源码包进行编译

:; cd /sourcefolder
:; ./configure
:; make
:; make install

3. 可以使用configure命令查看一些帮助信息

./configure --help