[1] Setting Qt development environment on Apple Silicon (m1) Mac
(애플실리콘(m1) 맥에서 Qt 개발 환경 세팅)
(추천) Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 강의 - 입문편
- 추진력을 얻기 위한 준비 단계 (Preparatory steps to gain momentum)
- Qt 프레임워크 개요 (Qt framework overview)
- 개발 환경 세팅 (Development environment settings)
1. https://www.qt.io/download 사이트에 접속하여, Downoad Qt for OS 버튼을 클릭한다.
만약 기존 계정이 있다면 Login버튼을 클릭하여 진행한다.
[Eng](1. Access the https://www.qt.io/download site and click the Download Qt for OS button.
If you have an existing account, click the Login button to proceed.)
1-1. Qt 온라인 인스톨러는 https://www.qt.io/download-open-source 웹사이트에서 다운로드 받을 수 있다.
[Eng](1-1. The Qt Online Installer can be downloaded from the https://www.qt.io/download-open-source website.)
2. qt-unified-macOS-x64-4.6.0-online 파일을 다운로드 받은 후, 이 파일을 실행하자.
기본 세팅대로 진행하면 기본적인 프로그램들 (Qt Creator 등)이 설치된다.
만약, Qt 컴포넌트 패키지 설치가 더 필요하다면 커스텀 설치를 진행하면 된다.
[Eng](2. After downloading the qt-unified-macOS-x64-4.6.0-online file, run this file.
If you proceed with the default settings, basic programs (Qt Creator, etc.) will be installed.
If you need to install more Qt component packages, you can proceed with custom installation.)
3. '완료' 버튼을 누르면 Qt Creator가 실행된다!
이제 개발을 시작하면 된다.
[Eng](3. Click the 'Done' button to launch Qt Creator!
Now you can start developing.)
(추천) Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 강의 - 입문편
> 다음 글 : 자주 사용하는 Qt UI 컴포넌트 설명