mirror of
https://github.com/logos-storage/bittorrent-codex-docs.git
synced 2026-01-04 05:53:08 +00:00
1.1 KiB
1.1 KiB
| tags | |
|---|---|
|
#qt/ubuntu
The following guide was also helpful: https://web.stanford.edu/dept/cs_edu/resources/qt/install-linux.
If you previously installed:
sudo apt install --no-install-recommends qtbase5-dev qttools5-dev libqt5svg5-dev
Uninstall it with:
sudo apt remove qtbase5-dev qttools5-dev libqt5svg5-dev
The actual steps to install Qt
- Download Qt
- As indicated in the tutorial above, in order to install Qt your machine, you need to create account.
- Your installer will have name like this:
qt-online-installer-linux-x64-4.8.1.run. Make it executable (chmod 755 qt-online-installer-linux-x64-4.8.1.run) and run it. - In the installer provide your Qt credentials.
- Select the installation option Qt 6.8 for desktop development below:
- It is possible that the installer will ask you to install some additional packages:
sudo apt install libxcb-cursor0 libxcb-cursor-dev
- That's should be it. Qt should be installed and ready for use.
