mirror of
https://github.com/overte-org/overte.git
synced 2025-06-27 13:29:35 +02:00
Updated readme.
This commit is contained in:
parent
6f7cc6d07f
commit
03b4d1b472
1 changed files with 7 additions and 1 deletions
|
@ -167,9 +167,10 @@ Upload qt5-install.tar.gz to https://hifi-qa.s3.amazonaws.com/qt5/Windows/
|
||||||
`make`
|
`make`
|
||||||
`make install`
|
`make install`
|
||||||
#### Fixing
|
#### Fixing
|
||||||
The *.prl* files have an absolute path that needs to be removed (see http://www.linuxfromscratch.org/blfs/view/stable-systemd/x/qtwebengine.html)
|
1. The *.prl* files have an absolute path that needs to be removed (see http://www.linuxfromscratch.org/blfs/view/stable-systemd/x/qtwebengine.html)
|
||||||
`cd ../qt5-install`
|
`cd ../qt5-install`
|
||||||
` find . -name \*.prl -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;`
|
` find . -name \*.prl -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;`
|
||||||
|
1. Copy *qt.conf* to *qt5-install\bin*
|
||||||
#### Uploading
|
#### Uploading
|
||||||
1. Return to the home folder
|
1. Return to the home folder
|
||||||
`cd ..`
|
`cd ..`
|
||||||
|
@ -201,6 +202,11 @@ 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
|
||||||
|
1. The *.prl* files have an absolute path that needs to be removed (see http://www.linuxfromscratch.org/blfs/view/stable-systemd/x/qtwebengine.html)
|
||||||
|
`cd ../qt5-install`
|
||||||
|
` find . -name \*.prl -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;`
|
||||||
|
1. Copy *qt.conf* to *qt5-install\bin*
|
||||||
#### 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