How to build the xcb ?
Unsolved
Installation and Deployment
-
How to configure to build QT Static support as picture below:
./configure -cmake-generator "Unix Makefiles" -static -prefix /home/phong/work/libraries/qt-static -opensource -confirm-license
make -j$(nproc)
cmake --install . --prefix /home/phong/work/libraries/qt-static -
If you want xcb support then you have to install the xcb development packages.
-
If you want xcb support then you have to install the xcb development packages.
@Christian-Ehrlicher How to install the xcb development packages ?
-
@Nguyen-Thang-Phong This page contains instructions for installing the dependencies.
Regards