Linux 源代码安装

| 分类 技术  | 标签 Linux 

#源码安装

前提条件

  • gcc -v
  • g++

配置

./configure

编译

make

安装

make install


上一篇     下一篇