aboutsummaryrefslogtreecommitdiffhomepage
path: root/QC-dev-environment/install_qt_src.sh
diff options
context:
space:
mode:
authorThomas Van Iseghem <[email protected]>2023-03-09 17:30:25 +0100
committerThomas Van Iseghem <[email protected]>2023-03-09 17:30:25 +0100
commite31fa6e6108a3eec2a7685d21c00ef81cd6bb79c (patch)
tree3d0b1c772250f5483b5ecf09db617f741e27fe4d /QC-dev-environment/install_qt_src.sh
parent6aceac7a93a42152789abdc4532d0209d5d7304d (diff)
downloadOpenCortex-e31fa6e6108a3eec2a7685d21c00ef81cd6bb79c.tar.gz
OpenCortex-e31fa6e6108a3eec2a7685d21c00ef81cd6bb79c.zip
Docker env can now mount and use update files from host
Diffstat (limited to 'QC-dev-environment/install_qt_src.sh')
-rw-r--r--QC-dev-environment/install_qt_src.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/QC-dev-environment/install_qt_src.sh b/QC-dev-environment/install_qt_src.sh
new file mode 100644
index 0000000..66a381b
--- /dev/null
+++ b/QC-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