1. 打开终端Ctrl+Alt+T
2. cd 到源码文件位置
3. 解压压缩包:
tar -zxvf 文件名
4. cd 到解压后目录
5. 输入编译命令:
./configure
6. 输入命令:
make
7.安装文件:
make install
8. OK啦~