Friday, October 30, 2009

Qt Creator 1.2.1 on Ubuntu 9.10

Ubuntu 9.10 is just announced.

To install Qt Creator on Ubuntu 9.10:

- Click Application -> Ubuntu Software Center on the top menu
Install software using Ubuntu Software Center

- Type Qt Creator in the search box, Qt Creator will be shown after a moment. Click the Arrow icon on the right to download and install.
Select Qt Creator to install

- It's Qt Creator 1.2.1
Qt Creator 1.2.1 on Ubuntu 9.10

The default package have no g++ installed. So, if you create a project and build in this moment, you will see the error:

make: g++: Command not found

To install g++ on Ubuntu 9.10:

- Click System -> Administration -> Synaptic Package Manager on the top menu.
Install software using Synaptic Package Manager

- Type g++ in the search box, mark g++ to install and follow the steps.
Install g++ on Ubuntu 9.10

- That's!