@@ -56,19 +56,16 @@ As an alternative, the Qt 5.12.6 offline installer can be used [here][qt-offline
56
56
to ~ /Qt/Qt5.12.6 (the default of ~ /Qt5.12.6 will not work).
57
57
58
58
XCB 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 RRA,
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
62
60
Suite download found [ here] ( https://gpuopen.com/tools/ ) .
63
61
64
62
Run the python pre_build.py in the build folder.
65
63
``` bash
66
64
python3 pre_build.py
67
65
```
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:
70
67
``` bash
71
- python3 pre_build.py --qt 5.12.6 --disable-extra-qt-lib-deploy
68
+ python3 pre_build.py --qt 5.12.6
72
69
```
73
70
The pre_build.py script will construct the output folders and build the necessary makefiles.
74
71
To build the release build, use:
@@ -92,7 +89,7 @@ mkdir -p ~/Qt/Qt5.15.3/5.15.3/gcc_64
92
89
sudo ln -s /usr/lib/x86_64-linux-gnu ~ /Qt/Qt5.15.3/5.15.3/gcc_64/lib
93
90
sudo ln -s /usr/include/x86_64-linux-gnu/qt5 ~ /Qt/Qt5.15.3/5.15.3/gcc_64/include
94
91
```
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
96
93
97
94
Some additional Qt components may be required, so install those:
98
95
0 commit comments