From 4b26ef7c0f0dff4fee40168fdbdfc4ebea056ac4 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Mon, 22 Apr 2019 16:19:40 -0700 Subject: [PATCH] Updated with upload to AWS instructions. --- tools/qt-builder/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/qt-builder/README.md b/tools/qt-builder/README.md index c3cb8b5180..79516def85 100644 --- a/tools/qt-builder/README.md +++ b/tools/qt-builder/README.md @@ -122,6 +122,10 @@ cd ..\..\qt5-build nmake nmake install + +Create a tar file called qt5-install.tar from the qt5-install folder (e.g. using 7-zip) +Create a gzip file called qt5-install.tar.gz from qt5-install.tar folder (e.g. using 7-zip) +Upload qt5-install.tar.gz to https://hifi-qa.s3.amazonaws.com/qt5/Windows/ ### Linux git clone --recursive git://code.qt.io/qt/qt5.git -b 5.12.3 --single-branch @@ -139,6 +143,9 @@ cd qt5-build make make install + +tar -zcvf qt5-install.tar.gz qt5-install +Upload qt5-install.tar.gz to https://hifi-qa.s3.amazonaws.com/qt5/Ubuntu/ ### Mac git clone --recursive git://code.qt.io/qt/qt5.git -b 5.12.3 --single-branch @@ -156,5 +163,8 @@ cd ../qt5-build make make install + +tar -zcvf qt5-install.tar.gz qt5-install +Upload qt5-install.tar.gz to https://hifi-qa.s3.amazonaws.com/qt5/Mac/ ## Problems *configure* errors, if any, may be viewed in **config.log** and **config.summary**