Slofware
Posts: 11
Joined: Tue Jul 26, 2016 5:06 pm

Qt Creator

Tue Jul 26, 2016 6:47 pm

Hello,
I don't know what I am doing wrong but I can't install Qt creator on my Raspberry.
I am running Raspbian Jesse version 8 on a model B rev 2 board.

What sould be the steps I need to make to install Qt creator or do I need to runn so other software?

I what to runn python codes and have a nice GUI with some own made bitmaps.

Thanks for the help!!!

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Qt Creator

Wed Jul 27, 2016 8:54 am

Slofware wrote:Hello,
I don't know what I am doing wrong but I can't install Qt creator on my Raspberry.
I am running Raspbian Jesse version 8 on a model B rev 2 board.

What sould be the steps I need to make to install Qt creator or do I need to runn so other software?

I what to runn python codes and have a nice GUI with some own made bitmaps.

Thanks for the help!!!

Code: Select all

sudo apt-get update
sudo apt-get install qt5-default qt5-qmake, qtbase5-dev-tools qtcreator
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

Slofware
Posts: 11
Joined: Tue Jul 26, 2016 5:06 pm

Re: Qt Creator

Wed Jul 27, 2016 1:03 pm

Thanks but when I do that it will say that it is unable to locate the package

fruitoftheloom
Posts: 23549
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Qt Creator

Wed Jul 27, 2016 1:20 pm

Slofware wrote:Thanks but when I do that it will say that it is unable to locate the package
Presuming you have a working internet connection, then try fully updating Raspbian Jessie

Code: Select all

sudo apt-get update
sudo apt-get dist-upgrade
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot) RaspiOS64 ARM64
Asus ChromeBox 3 Celeron is my other computer...

Slofware
Posts: 11
Joined: Tue Jul 26, 2016 5:06 pm

Re: Qt Creator

Wed Jul 27, 2016 2:36 pm

Slofware wrote:Thanks but when I do that it will say that it is unable to locate the package
It's now installed, I needed to correct some things in for the sudo apt-get update

When I now try to run qtcreator I am getting some error but when I use qtcreator -noload Welcome it's running.
Found that in some other post of you.

Return to “Graphics programming”