Study/QT
QT compile error "Creator need a compiler..." in Ubuntu
woogii
2013. 12. 13. 13:39
Ubuntu 에서
Creator need a compiler set up buil. Configure a compiler in the kit options
라는 에러 문구 나올때
sudo apt-get install g++
restarte computer
sudo pat-get install libgl1-mesa-dev libglu1-mesa-dev
이렇게 한 후 컴파일시
"Could not start process "make"..
위와 같은 에러 발생시
apt-get install build-essential 설치
gdb 에러 발생시
apt-get install gdb 추가로 설치