PDA

View Full Version : installation problem of qt in ubuntu 10.10



sachinmcajnu
12th April 2011, 16:09
i had downloaded qt-sdk-linux-x86-opensource2010.05.1.bin
from qt website..........
i am confused how to install it ...................
should i run the file as root user or as simple user
i used the following commands:

a. chmod u+x qt-sdk-linux-x86-opensource2010.05.1.bin
b. ./qt-sdk-linux-x86-opensource2010.05.1.bin
a folder was created in my home directory by name qt-sdk-2010.05
i navigated through the folder and found a file by name configure
i then usedd

./configure
it worked fine

then i used make
it took a long time.......when at the end it spit out some error
<FATAL ERROR>gst/gst.h not found....i searched and replaced the gst/gst.h by
absolute path /usr/include/gst/gst.h in the file
then similarly so many errors come
this file not found and that file not found

please suggest me some proper way to install .................as i have to submit my project tomorrow


thanking you
sachinmcajnu@gmail.com

Zlatomir
12th April 2011, 16:50
configure and make are necessary if you want the build the Qt framework, in your case (you installed the SDK which is already built) you don't really need that, after the installer finished (after step b.) you just start Qt Creator and start learning and coding with C++ and Qt framework.