Qt applications in linux
-
hellow all i am using ubuntu 20.04 LTS of 64 bit. i have installed Qt 5.15.2 in laptop. but cant compile it. how much it take time to compile normally. i am using ready compiled file "qt-5.15.2-arm" but i cant run demo examples of Qt using this ready compiled file.please help me to compile Qt
-
hellow all i am using ubuntu 20.04 LTS of 64 bit. i have installed Qt 5.15.2 in laptop. but cant compile it. how much it take time to compile normally. i am using ready compiled file "qt-5.15.2-arm" but i cant run demo examples of Qt using this ready compiled file.please help me to compile Qt
@amrita93
Hello and welcome.Why would you want to compile (an arduous task) Qt 5.15.2 under Ubuntu 20.04 when that is the version of Qt which is supplied pre-compiled as binaries for this version of Ubuntu? Rather you should be using
apt-get install qt5...
, something likesudo apt-get install build-essential qtcreator qt5-default
to get you going.i am using ready compiled file "qt-5.15.2-arm" but i cant run demo examples of Qt using this ready compiled file
Are you sure you are on an ARM architecture? Usually (e.g. on a PC) it would be x64...?