In this video we will download the Qt 6 source, and build it for your custom Linux installation. We will build this for both Dynamic and Static linking.
Dynamic Build Commands:
./configure -release -opensource -confirm-license -prefix /PATH/BUILD
make -j8
make install
Static Build Commands:
./configure -release -static -opensource -confirm-license -prefix /PATH/BUILD-STATIC
make -j8
make install
Web: http://www.voidrealms.com
Github: https://github.com/voidrealms
Facebook: / 1400884323467285
Udemy: https://www.udemy.com/user/bryan-cairns/
Intro: (0:00)
Why Build Qt: (0:40)
Download Qt Source: (3:19)
Configure Qt Dynamic: (5:36)
Build Qt Dynamic-: (6:58)
Install Qt Dynamic Linked: (7:33)
Configure the Qt Dynamic Kit: (9:50)
Test The Qt Dynamic Kit: (12:43)
Configure Qt Static: (15:45)
Build Qt Static: (17:35)
Install Qt Static Linked: (18:18)
Configure the Qt Static Kit: (20:11)
Test The Qt Static Kit: (21:26)
Notes About Qt 6: (23:30)
Outro: (26:02)