linux安装xz解压xz文件和安装python

一、http://tukaani.org/xz/xz-4.999.9beta.tar.bz2make

二、tar jxvf xz-4.999.9beta.tar.bz2co

三、 cd xz-4.999.9betaconfig

四、./configure --prefix=/usr/local/xztar

五、make && make install

六、xz Python-3.6.0rc1.tar.xz  -d

七、/usr/local/xz/bin/xz Python-3.6.0rc1.tar.xz  -d

八、tar xvf Python-3.6.0rc1.tar

九、cd Python-3.6.0rc1

十、./configure

十一、make && make install

相关文章
相关标签/搜索