mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 02:43:53 +02:00
Cleanup.
This commit is contained in:
parent
bf1d73b413
commit
450bc96c39
1 changed files with 146 additions and 149 deletions
|
@ -47,7 +47,7 @@ Check *Windows Subsystem for Linux*
|
||||||
Click *Restart now*
|
Click *Restart now*
|
||||||
Download from the Microsoft Store - Search for *bash* and choose the latest Ubuntu version
|
Download from the Microsoft Store - Search for *bash* and choose the latest Ubuntu version
|
||||||
[First run will take a few minutes]
|
[First run will take a few minutes]
|
||||||
Enter a user name - all small letters (this is not required for later use)
|
Enter a user name - all small letters (this is used for *sudo* commands)
|
||||||
Choose a password
|
Choose a password
|
||||||
### Linux
|
### Linux
|
||||||
Tested on Ubuntu 18.04
|
Tested on Ubuntu 18.04
|
||||||
|
@ -113,7 +113,8 @@ Before running configure, make sure that the qt5-build folder is empty.
|
||||||
|
|
||||||
**Only run the patches once!!!**
|
**Only run the patches once!!!**
|
||||||
### Windows
|
### Windows
|
||||||
Before building, verify that **HIFI_VCPKG_BASE_VERSION** points to a *vcpkg* folder containing *packages\openssl-windows_x64-windows*. If not, follow https://github.com/highfidelity/vcpkg to install *vcpkg* and then *openssl*.
|
Before building, verify that **HIFI_VCPKG_BASE_VERSION** points to a *vcpkg* folder containing *packages\openssl-windows_x64-windows*.
|
||||||
|
If not, follow https://github.com/highfidelity/vcpkg to install *vcpkg* and then *openssl*.
|
||||||
#### Preparing source files
|
#### Preparing source files
|
||||||
`git clone --recursive https://code.qt.io/qt/qt5.git -b 5.12.3 --single-branch`
|
`git clone --recursive https://code.qt.io/qt/qt5.git -b 5.12.3 --single-branch`
|
||||||
|
|
||||||
|
@ -156,7 +157,6 @@ Upload qt5-install.tar.gz to https://hifi-qa.s3.amazonaws.com/qt5/Windows/
|
||||||
`git apply --ignore-space-change --ignore-whitespace patches/aec.patch`
|
`git apply --ignore-space-change --ignore-whitespace patches/aec.patch`
|
||||||
`cd ..`
|
`cd ..`
|
||||||
#### Configuring
|
#### Configuring
|
||||||
|
|
||||||
`mkdir qt5-install`
|
`mkdir qt5-install`
|
||||||
`mkdir qt5-build`
|
`mkdir qt5-build`
|
||||||
`cd qt5-build`
|
`cd qt5-build`
|
||||||
|
@ -172,10 +172,8 @@ The *.prl* files have an absolute path that needs to be removed (see http://www.
|
||||||
#### Uploading
|
#### Uploading
|
||||||
1. Return to the home folder
|
1. Return to the home folder
|
||||||
`cd ..`
|
`cd ..`
|
||||||
|
|
||||||
1. Open a python 3 shell
|
1. Open a python 3 shell
|
||||||
`python3`
|
`python3`
|
||||||
|
|
||||||
1. Run the following snippet:
|
1. Run the following snippet:
|
||||||
`import os`
|
`import os`
|
||||||
`import tarfile`
|
`import tarfile`
|
||||||
|
@ -202,7 +200,6 @@ git clone --recursive git://code.qt.io/qt/qt5.git -b 5.12.3 --single-branch
|
||||||
#### Make
|
#### Make
|
||||||
`make`
|
`make`
|
||||||
`make install`
|
`make install`
|
||||||
#### Fixing
|
|
||||||
#### Uploading
|
#### Uploading
|
||||||
`tar -zcvf qt5-install.tar.gz qt5-install`
|
`tar -zcvf qt5-install.tar.gz qt5-install`
|
||||||
Upload qt5-install.tar.gz to https://hifi-qa.s3.amazonaws.com/qt5/Mac/
|
Upload qt5-install.tar.gz to https://hifi-qa.s3.amazonaws.com/qt5/Mac/
|
||||||
|
|
Loading…
Reference in a new issue