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
posted @ 2019-07-03 11:06  lsf123456  阅读(174)  评论(0编辑  收藏  举报