Hello everybody!
I have Ubuntu 12.04 LTS, with Qt4, version 4.8.1. It’s installed from official repositories with all its associated environments (Qt Creator 2.5.2, and Qt Assistant + Qt Linguist + Qt Designer).
I would like to install and begin to work with Qt 5.2 (preferably the new 5.2.1 that it’s about to be released these days), with new environments (Qt Creator 3.0, and everything else).
But I have several works in progress (specially an important one) in 4.8.1.
Can I have both versions installed?
Or, it would be better to have only one IDE but allowing to develop in both versions?
what would be the best way to proceed (as far as I have seen, briefly):?
1.- Download from Qt’s official site and install (preferably Offline installer): http://qt-project.org/downloads
2.- Terminal:
sudo apt-add-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install qt-sdk
And, what about to maintain that updated?
↧