Install Qt Creator on LINUX MINT(19.3)

Install Qt Creator on LINUX MINT(19.3)

Install Qt Creator on LINUX MINT(19.3)


資料來源: https://wiki.qt.io/Install_Qt_5_on_Ubuntu
https://askubuntu.com/questions/1117530/how-the-heck-can-i-install-qt5-on-ubuntu-16-04-lts
https://download.qt.io/archive/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run.mirrorlist
https://download.qt.io/
https://www.youtube.com/watch?v=07EQxlBCszQ
https://www.youtube.com/watch?v=1jdjcF7rUDU

01.

sudo apt install g++
sudo apt install codeblocks
sudo apt install xterm

02.

wget http://ftp.jaist.ac.jp/pub/qtproject/archive/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run

http://download.qt.io/official_releases/qt/5.14/5.14.1/
qt-opensource-linux-x64-5.14.1.run

03.

sudo chmod +x qt-opensource-linux-x64-5.7.0.run
sudo ./qt-opensource-linux-x64-5.7.0.run

cd Downloads
sudo chmod +x qt-opensource-linux-x64-5.14.1.run
sudo ./qt-opensource-linux-x64-5.14.1.run

04.

sudo apt install mesa-common-dev
sudo apt install libglu1-mesa-dev

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *