Linux系统下源代码编译方式安装软件的大致步骤

如题所述

1、解包软件
tar zxf xxxx.tgz

2、配置
cd xxx
./configure ....

3、编译
make

4、安装与卸载

make install
make uninstall

5、清理
make clean
温馨提示:内容为网友见解,仅供参考
第1个回答  2012-09-12
是什么语言呢? linux下多数用gcc
相似回答