리눅스용 GUI 프로그램 개발을 위해서 사용되는 방법에는
C로는 GTK, C++로는 QT가 있다.
여기서는 QT로 개발하는 방법에 대해 정리하는데, 먼저 IDE 설치과정이다.
#apt-get install build-essential
#apt-get install qtcreator
#apt-get install qt5-default
그리고 추가적으로 개발 시 참조 문서나 예제 코드를 확인하기 위해서 문서파일을 설치 할 수 있다.
#apt-get install qt5-doc
#apt-get install qt5-doc-html qtbase5-doc-html
#apt-get install qtbase5-examples
http://www.digipine.com/index.php?mid=programming&document_srl=788
'QT' 카테고리의 다른 글
QT 외부 라이브러리 추가 (0) | 2021.10.20 |
---|---|
QT kit selection no valid kits found (0) | 2021.10.20 |