@@ -56,19 +56,16 @@ As an alternative, the Qt 5.12.6 offline installer can be used [here][qt-offline
5656to ~ /Qt/Qt5.12.6 (the default of ~ /Qt5.12.6 will not work).
5757
5858XCB libraries are required for Qt v5.15.x (they are not needed for older Qt versions). By default, the CMake configuration will attempt to copy
59- these files from the Qt lib folder. If these files are installed elsewhere on the system or an older version of Qt is being used to build RMV,
60- the --disable-extra-qt-lib-deploy pre_build.py script argument may be used. This will prevent the build configuration scripts from attempting to copy
61- the libraries in the post build step. If needed, the XCB library files (libxcb* ) can be obtained from the /lib folder of the Radeon Developer Tool
59+ these files from the Qt lib folder. If needed, the XCB library files (libxcb* ) can be obtained from the /lib folder of the Radeon Developer Tool
6260Suite download found [ here] ( https://gpuopen.com/tools/ ) .
6361
6462Run the python pre_build.py in the build folder.
6563``` bash
6664python3 pre_build.py
6765```
68- Or run the pre_build.py script with the -qt option to specify another version of Qt (also use the --disable-extra-qt-lib-deploy flag since the XCB
69- libraries aren't needed). For example:
66+ Or run the pre_build.py script with the -qt option to specify another version of Qt. For example:
7067``` bash
71- python3 pre_build.py --qt 5.12.6 --disable-extra-qt-lib-deploy
68+ python3 pre_build.py --qt 5.12.6
7269```
7370The pre_build.py script will construct the output folders and build the necessary makefiles.
7471To build the release build, use:
@@ -92,7 +89,7 @@ mkdir -p ~/Qt/Qt5.15.3/5.15.3/gcc_64
9289sudo ln -s /usr/lib/x86_64-linux-gnu ~ /Qt/Qt5.15.3/5.15.3/gcc_64/lib
9390sudo ln -s /usr/include/x86_64-linux-gnu/qt5 ~ /Qt/Qt5.15.3/5.15.3/gcc_64/include
9491```
95- python3 pre_build.py --qt 5.15.3 --qt-system --disable-extra-qt-lib-deploy -- build
92+ python3 pre_build.py --qt 5.15.3 --qt-system --build
9693
9794Some additional Qt components may be required, so install those:
9895
0 commit comments