Thursday, November 20th 2008, 1:55pm UTC

You are not logged in.

  • Login
  • Register

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

epborden

Beginner

Posts: 1

Location: Concord, NC

1

Saturday, January 12th 2008, 4:15am

qt4.3.3 with openSUSE10.3 need help

I'm trying to use a new beta version of Skype that allows video conferencing and apparently in order to use Skype I have to have QT4 installed. QT4 isn't in the repository so I'm guessing there isn't a openSUSE RPM available. I downloaded 4.3.3 open source and need to know how to install (properly so I don't royally screw it up!). So if anyone with openSUSE exp. could take a minute and walk me through I'd be grateful!

Thank you!
  • Go to the top of the page

Messenger

Intermediate

Posts: 426

Location: Lt

2

Saturday, January 12th 2008, 9:41am

RE: qt4.3.3 with openSUSE10.3 need help

Do search again:
http://download.opensuse.org/distributio…/oss/suse/i586/


[list=1]
libqt4-4.3.1-23.i586.rpm 22-Sep-2007 05:34 1.2M
libqt4-dbus-1-4.3.1-23.i586.rpm 22-Sep-2007 05:34 166K
libqt4-devel-4.3.1-23.i586.rpm 22-Sep-2007 05:34 4.8M
libqt4-devel-doc-4.3.1-23.i586.rpm 22-Sep-2007 05:34 2.2M
libqt4-qt3support-4.3.1-23.i586.rpm 22-Sep-2007 05:34 971K
libqt4-sql-4.3.1-23.i586.rpm 22-Sep-2007 05:34 93K
libqt4-sql-mysql-4.3.1-8.i586.rpm 22-Sep-2007 06:49 51K
libqt4-sql-postgresql-4.3.1-8.i586.rpm 22-Sep-2007 06:49 48K
libqt4-sql-sqlite-4.3.1-8.i586.rpm 22-Sep-2007 06:49 44K
libqt4-sql-unixODBC-4.3.1-8.i586.rpm 22-Sep-2007 06:49 57K
libqt4-x11-4.3.1-23.i586.rpm 22-Sep-2007 05:34 5.0M
[/list=1]
Add repository and install. Of course you need to add right version (i586, i686, x86_64 etc).

Because I now use Win and Mandriva these steps must be followed with extra caution!!

Qt from source installation are described in INSTALL file (arfter unarchyving).

Well my steps are following:
I. Install dev (devel) (development) packages for mysql, libtiff, libpng, freetype. well whatever. I usually install almost everything.
II. unarchyve Qt package.
Move new directory (qt-opensource or whatever name) to /usr/local/Trolltech/Qt-4.3.3 (if I am right. Consult INSTALL file!)
"mkdir /usr/local/Trolltech"
"mv qt-opensource...[whatever directory name]-3.3 /usr/local/Trolltech/Qt-4.3.3"
"cd /usr/local/Trolltech/Qt-4.3.3"
III. If you are programmer or know what are you doing edit /usr/local/Trolltech/Qt-4.3.3/mkspec/common/g++/qmake.conf (or in other mkspec directory depends on compiler) file. Add optimization for your architecture, processor etc.
III. Run "./configure --help" to see options.
Run "./configure [your options]"
IV. Run "make".
V. Add /usr/local/Trolltech/Qt-4.3.3/lib path to /etc/ld.conf.
Run "ldconf"
Run skype.
If you will programm make symbolic links to qmake and whatever you need.
"ln -s /usr/local/Trolltech/Qt-4.3.3/bin/qmake /usr/local/bin/qmake4"[/list]
Fighting fire with fire.
  • Go to the top of the page

Rate this thread