How to download Qt Creator from mirror and build a simple Linux app?
-
My goal is to download Qt Creator offline installer. This is because Indonesia, my region, download very slow using the online installer.
The problem is when I tried to Create Project, it said "No suitable kits found".
What I've tried:
- Download Qt Creator offline installer from https://mirrors.tuna.tsinghua.edu.cn/qt/official_releases/qtcreator/10.0/10.0.0/
- Download Qt 5.15.9 from https://mirrors.tuna.tsinghua.edu.cn/qt/official_releases/qt/5.15/5.15.9/single/
Edit: I forgot to install Qt 5.15
- Unzip Qt 5.15
- Go to Qt 5.15 folder
./configure make make install
-
My goal is to download Qt Creator offline installer. This is because Indonesia, my region, download very slow using the online installer.
The problem is when I tried to Create Project, it said "No suitable kits found".
What I've tried:
- Download Qt Creator offline installer from https://mirrors.tuna.tsinghua.edu.cn/qt/official_releases/qtcreator/10.0/10.0.0/
- Download Qt 5.15.9 from https://mirrors.tuna.tsinghua.edu.cn/qt/official_releases/qt/5.15/5.15.9/single/
Edit: I forgot to install Qt 5.15
- Unzip Qt 5.15
- Go to Qt 5.15 folder
./configure make make install
@Jason-Rich-Darmawan said in How to download Qt Creator from mirror and build a simple Linux app?:
./configure
make
make installThis is only needed if you want to build Qt or QtCreator from source.