Installation and Deployment
2016.03.06 18:30

Ubuntu Linux에서 Qt Creator 설치

조회 수 13831 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부

Qt 애플리케이션을 개발하기위한 IDE로 QtCreator가 있다. 

우분투 소프트웨어 센터에서 쉽게 설치가 가능하지만 여기서는 Qt사이트에서 직접다운로드하여 설치한다.

 

http://www.qt.io/download-open-source

위 주소의 페이지에서 view all downloads 를 클릭하면 전체 패키지의 다운로드 링크를 볼 수 있다.

Screenshot from 2016-03-05 23^18^33.png

 

오프라인 패키지 중에 호스트에 환경에 맞는 것을 선택한다.

Screenshot from 2016-03-05 23^%19^%04.png

 

GUI환경에서 실행 방법

마우스 오른쪽 버튼 메뉴에서 Properties 클릭

properties.png

 

Permissions탭에서 "Allow executing file as program" 체크

exeuting.png

 

설치파일을 더블클릭해서 실행한다.

 

터미널에서 실행 방법

 

아래 명령을 차례로 수행

 

cd ~/Downloads

sudo chmod a+x qt-opensource-linux-x64-5.5.1.run

sudo ./qt-opensource-linux-x86-5.5.1.run

 

그러면 아래와 같은 창이 열린다. Next 클릭.

Screenshot from 2016-03-05 22^%35^%47.png

 

로그인 화면을 skip하고

Screenshot from 2016-03-05 22^%35^%55.png

 

설치 경로 지정 후 Next하면 아래 처럼 컴포넌트를 선택 할 수 있는데

여기서는 단지 IDE만 설치하기 위해 Tools만 선택하였다. 특별한 경우가 아니라면 기본선택으로 설치하면된다.

Screenshot from 2016-03-05 22^%36^%39.png

 

약관에 동의 후 Next하면 설치가 진행되고 잠시 후 설치가 완료된다.

Screenshot from 2016-03-05 22^%36^%47.png

 

TAG •

  1. No Image notice

    Qt프로그래밍(QtQuick) Beginner를 위한 글 읽는 순서

    Date2019.01.05 CategoryQML and Qt Quick By운영자 Views109984
    read more
  2. Windows환경에서 mingw로 Qt 5.10 정적(static)빌드

    Date2018.02.01 CategoryInstallation and Deployment Bymakersweb Views8242
    Read More
  3. 다국어 지원 어플리케이션 개발

    Date2018.01.27 CategoryGeneral and Desktop Bymakersweb Views5428
    Read More
  4. No Image

    Qt 어플리에이션 전역에 폰트 설정

    Date2018.01.24 CategoryGeneral and Desktop Bymakersweb Views8501
    Read More
  5. Qt 3D Studio 시작하기

    Date2018.01.11 CategoryInstallation and Deployment Bymakersweb Views6245
    Read More
  6. No Image

    QPA 플러그인과 HTML5 Backend

    Date2017.12.27 CategoryMobile and Embedded Bymakersweb Views3696
    Read More
  7. 임의의 메모리 영역(QImage)에 QPainter를 이용하여 그리기

    Date2017.12.19 CategoryGeneral and Desktop Bymakersweb Views6544
    Read More
  8. No Image

    QML에서 undefined를 확인하는 방법

    Date2017.11.29 CategoryQML and Qt Quick Bymakersweb Views4359
    Read More
  9. QPA 플러그인과 EGLFS

    Date2017.11.21 CategoryMobile and Embedded Bymakersweb Views7319
    Read More
  10. No Image

    타임스탬프( timestamp) 유닉스 시간

    Date2017.10.19 CategoryGeneral and Desktop Bymakersweb Views4673
    Read More
  11. No Image

    Qt Logging Rule, Qt 프레임워크 로그 출력

    Date2017.01.13 CategoryGeneral and Desktop Bymakersweb Views7312
    Read More
  12. No Image

    QString 문자열에서 숫자만 추출해서 QString으로 반환

    Date2017.01.10 Bymakersweb Views6000
    Read More
  13. No Image

    멀티 스레드환경, 스레드에 안전한 이벤트처리

    Date2016.10.27 CategoryGeneral and Desktop Bymakersweb Views7692
    Read More
  14. Ubuntu Linux에서 Qt Creator 설치

    Date2016.03.06 CategoryInstallation and Deployment Bymakersweb Views13831
    Read More
  15. QtConcurrent를 이용하여 쓰레드를 만드는 방법과 MapReduce

    Date2016.01.24 Bymakersweb Views12241
    Read More
  16. No Image

    Qt 프로그래밍의 시작

    Date2015.10.25 CategoryGeneral and Desktop Bymakersweb Views17911
    Read More
  17. No Image

    Qt의 스레드간 시그널 슬롯의 커넥션타입

    Date2015.10.24 CategoryGeneral and Desktop Bymakersweb Views13738
    Read More
  18. Qt의 시그널 슬롯 시스템

    Date2015.10.20 CategoryGeneral and Desktop Bymakersweb Views27649
    Read More
  19. No Image

    QQuickImageProvider 를 이용한 Qml 에서 이미지 표시

    Date2015.10.18 CategoryC++ Class Bymakersweb Views8539
    Read More
  20. Qml 사용자 ScrollBar 구현

    Date2015.07.24 CategoryQML and Qt Quick Bymakersweb Views8671
    Read More
  21. No Image

    z-order 를 컨트롤 하기위한 방법

    Date2015.05.13 CategoryQML and Qt Quick Bymakersweb Views9623
    Read More
Board Pagination Prev 1 ... 5 6 7 8 9 Next
/ 9