Linux基础-13-源码安装软件包

1.准备 安装必要软件
yum install gcc-* glibc-* -y
yum groupinstall '开发工具' -y
2.解包 tar xvf 包名
3.运行configure脚本,添加编译参数 ./configure --prefix=/usr/local/python3.5 安装路径
4.编译 make
5.安装 make install
相关文章
相关标签/搜索