[solved] Please Help! Installing Qt 5.1.1 on Ubuntu 13.04 32 bit
-
Hi,
Just run the file you downloaded :)
You might need to give it execution permission first (right-click on it and select Properties)
-
wrote on 9 Oct 2013, 06:18 last edited by
Thanks JKSH for the quick response. Is that really that easy? ^_^ Articles I have found in the net is using the terminal and modifying the file and bunch of stuff I don't know. As I said I'm new at ubuntu. So sorry for sounding such a noob :-D
Moving along. I have successfully installed Qt Creator on Ubuntu (thanks to your help). I have created my first program but I have come across an error when compiling. I think its about the compiler is not set up. Could you please tell me how to fix this.
I have Qt Creator on windows, and I have also used the same code. It is running correctly on windows but on Ubuntu its not. Thanks in advance for your reply :-D
-
You're welcome! I'm glad to hear you're making progress. Please don't feel the need to apologize; we all move forward by learning :)
Anyway, Ubuntu doesn't provide a C++ compiler by default. Download and install g++ from the Ubuntu Software Center.
-
wrote on 9 Oct 2013, 13:41 last edited by
Hello again. Downloaded and installed g++ from the Ubuntu Software Center. I tried to run program once again. And again another error pop-up. I tried to run some examples from Qt creator and the same error occured.
_"/home/erick/Qt5.1.1/5.1.1/gcc/include/QtGui/qopengl.h:110: error: GL/gl.h: _No such file or directory" and the error is showing besides # include <GL/gl.h>. Im assuming it is about linking libraries to Qt Creator. Correct me If Im wrong though. What steps should I make to fix this? Thanks again for your help in advance :-D -
Hi,
You need to install the libgl1-mesa-dev package
-
wrote on 10 Oct 2013, 05:08 last edited by
It's funny that you're facing the problems one by one, each beign slashed by forum members as you reply :P
-
wrote on 10 Oct 2013, 11:49 last edited by
@_SGaist_: Everythings working fine now after the installation. Its time for me to start coding and start learning more. Many thanks to you! :-D
@_Skyrpex_: I don't get it. With all do respect, all I see is that I have a question and they are just providing me with an answer. Simple as that. Dont see the humor in it. Its your opinion, and I do respect it. Thanks for having time to read my post :-D
Have a good day to you all! Happy coding everybody :-D
-
You're welcome !
Skyrpex was just referring to the short time elapsed between you asking a question and getting an answer.
You were a lucky guy getting answers so quickly that's all :)
Please update the thread title prepending [solved] now that you have everything up and running, so other forum users may know a solution has been found :)
-
wrote on 10 Oct 2013, 13:22 last edited by
Oh!!! Now I got it. Thanks for the clarificattion. And yes, I'm very lucky and fortunate meeting you all :-D Again, thank you so much! :)
-
wrote on 31 Oct 2013, 15:08 last edited by
I'm sorry if I did sound harsh or something. It wasn't my intention. SGaist explained it pretty well :)
Actually, this post is useful to me because I'm facing the same problems every time I install linux in my computer.
Regards!