mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:48:38 +02:00
Updated with upload to AWS instructions.
This commit is contained in:
parent
bfcdec62a2
commit
4b26ef7c0f
1 changed files with 10 additions and 0 deletions
|
@ -122,6 +122,10 @@ cd ..\..\qt5-build
|
||||||
|
|
||||||
nmake
|
nmake
|
||||||
nmake install
|
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
|
### Linux
|
||||||
git clone --recursive git://code.qt.io/qt/qt5.git -b 5.12.3 --single-branch
|
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
|
||||||
make install
|
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
|
### Mac
|
||||||
git clone --recursive git://code.qt.io/qt/qt5.git -b 5.12.3 --single-branch
|
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
|
||||||
make install
|
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
|
## Problems
|
||||||
*configure* errors, if any, may be viewed in **config.log** and **config.summary**
|
*configure* errors, if any, may be viewed in **config.log** and **config.summary**
|
||||||
|
|
Loading…
Reference in a new issue