.安裝mwget
wget http://jaist.dl.sourceforge.net/project/kmphpfm/mwget/0.1/mwget_0.1.0.orig.tar.bz2
tar -xjvf mwget_0.1.0.orig.tar.bz2
cd mwget_0.1.0.orig
執(zhí)行./configure
./configure
如果出現(xiàn) error: C++ compiler cannot create executables 說明沒有安裝c++編譯器 安裝一個c++編譯器就可以了
yum install gcc-c++
如果執(zhí)行./configure 出現(xiàn) configure: error: Your intltool is too old. You need intltool 0.35.0 or later.
需要安裝0.35.0以上的版本
yum install intltool
然后做最后的安裝
make && make install
安裝完畢后 可以使用mwget下載
mwget https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tgz