간단히 2가지 리눅스Qt 설치 중 발생하는 에러를 인용하면,
1. error: g++: Command not found
-> sudo apt-get install build-essential
2. error: GL/gl.h: No such file or directory
-> sudo apt-get install mesa-common-dev
3. QXT library not getting installed on ubuntu 14.04 [클릭]
(Checking for db .. [failure]
Checking for openssl .. [failure]
Checking for xrandr .. [failure]
Checking for zeroconf .. [failure] 에러 발생 시)
-> apt-get remove —purge qt4-qmake
0 댓글