File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,15 @@ Get toolchain files which allows to build ARM executables on x86 platforms:
4747```
4848mkdir -p "$TOOLCHAIN_DIR"
4949cd $TOOLCHAIN_DIR
50- wget -c https://releases.linaro.org/components/toolchain/binaries/latest-7 /arm-linux-gnueabihf/gcc-linaro-7.4.1-2019.02-x86_64_arm-linux-gnueabihf.tar.xz --no-check-certificate
50+ wget -c https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02 /arm-linux-gnueabihf/gcc-linaro-7.4.1-2019.02-x86_64_arm-linux-gnueabihf.tar.xz --no-check-certificate
5151tar -xvf gcc-linaro-7.4.1-2019.02-x86_64_arm-linux-gnueabihf.tar.xz
52+
5253```
5354### Install the Qt5 framework
5455```
5556mkdir -p "$QT5_DIR"
5657cd "$QT5_DIR"
57- wget -c http ://download.qt.io/archive /qt/5.7/5.7.1/qt-opensource-linux-x64-5.7.1.run
58+ wget -c https ://download.qt.io/new_archive /qt/5.7/5.7.1/qt-opensource-linux-x64-5.7.1.run
5859chmod +x $QT5_DIR/*.run
5960```
6061Display absolute installation directory to be used in Qt5 installer:
You can’t perform that action at this time.
0 commit comments