aboutsummaryrefslogtreecommitdiffhomepage
path: root/CorOS-dev-environment/install_qt_src.sh
diff options
context:
space:
mode:
Diffstat (limited to 'CorOS-dev-environment/install_qt_src.sh')
-rw-r--r--CorOS-dev-environment/install_qt_src.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/CorOS-dev-environment/install_qt_src.sh b/CorOS-dev-environment/install_qt_src.sh
new file mode 100644
index 0000000..66a381b
--- /dev/null
+++ b/CorOS-dev-environment/install_qt_src.sh
@@ -0,0 +1,4 @@
+# First download the package using wget
+wget -LO https://src.fedoraproject.org/repo/pkgs/qt/qt-everywhere-opensource-src-4.8.7.tar.gz/d990ee66bf7ab0c785589776f35ba6ad/qt-everywhere-opensource-src-4.8.7.tar.gz
+# Then extract it
+tar -zxvf qt-everywhere-opensource-src-4.8.7.tar.gz