Auto-detect wont find compiler <linux>
-
hi, first after long time at windows i gave up and came linux!!! i mean i was linux user but only for qt i was on windows and i was going to learn it
lets start here from linux:
it doesn't find any compiler! im sure i installed gcc it says already installed sudo apt-get install gcc says that
-
You need g++ or clang. Try running this:
@
sudo apt-get install build-essential
sudo apt-get build-dep qt4-qmake
@ -
I'm glad it helped you :) Happy further coding.