10 lines
631 B
Bash
10 lines
631 B
Bash
|
#!/bin/sh
|
||
|
wget https://www.zlib.net/fossils/zlib-1.2.11.tar.gz
|
||
|
wget http://download.qt.io/official_releases/qt/5.12/5.12.2/single/qt-everywhere-src-5.12.2.tar.xz
|
||
|
wget https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tar.xz
|
||
|
wget https://www.riverbankcomputing.com/static/Downloads/sip/4.19.23/sip-4.19.23.tar.gz
|
||
|
wget https://www.riverbankcomputing.com/static/Downloads/PyQt5/5.13.2/PyQt5-5.13.2.tar.gz
|
||
|
wget https://ftp.openssl.org/source/openssl-1.1.1g.tar.gz
|
||
|
wget https://github.com/libffi/libffi/releases/download/v3.3/libffi-3.3.tar.gz
|
||
|
wget https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-2.2.9.tar.xz
|