mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 22:50:31 +00:00
7 lines
341 B
Bash
7 lines
341 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
wget https://download.qt.io/official_releases/qt/5.13/5.13.1/qt-opensource-linux-x64-5.13.1.run
|
||
|
wget https://dl.google.com/android/repository/android-ndk-r18b-linux-x86_64.zip
|
||
|
wget https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip
|
||
|
wget https://ftp.osuosl.org/pub/blfs/conglomeration/cmake/cmake-3.13.2.tar.gz
|