WSL Qt Ubuntu?
Unsolved
Installation and Deployment
-
Hey
Main dev windows 10x64.
So I'm "totally new and nub" to ubuntu but I want to run valgrind on my app and for that I need Qt to load up properly. I'm using cLion which has built in support for WSL and should take care of most of the lifting except for qt... I've downloaded wget qt-opensource-linux-x64-5.13.1.run but that won't run without GUI... how can I install Qt on Linux in shell?
TIA
-
@Dariusz said in WSL Qt Ubuntu?:
how can I install Qt on Linux in shell?
sudo apt install qt5-qmake
Or use @benlau's excellent Qt silent installation scripts: https://github.com/benlau/qtci
Or compile Qt yourself.