You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Saturday, October 27th 2007, 12:13am

qt on ubuntu

Hello, i was trying to install the Qt library on my ubuntu 7.10.
I downloaded the package qt-x11-opensource-src-4.3.2.tar from the QT internet site, but when i run ./configure i don't have any errors but i can't find the QT anywhere....neither in /usr/local/.
What should i do to install it?

2

Tuesday, November 6th 2007, 9:14am

Have you run "make && make install"?

Atil

Beginner

  • "Atil" is male

Posts: 37

Location: India

Occupation: R & D

  • Send private message

3

Thursday, November 15th 2007, 6:54am

micke.prag is totally right...

and another thing that if you want to install Qt4.3.2 in release/debug mode or much more options?? by check ./configure --help

and after make
and make install (need superuser right)

use sudo make install or login to root and do make install

This post has been edited 1 times, last edit by "Atil" (Nov 15th 2007, 6:54am)