Difference between revisions of "Installing Qt binary packages"

From GeopsyWiki
Jump to navigation Jump to search
m
Line 11: Line 11:
 
   emerge -av qt
 
   emerge -av qt
  
You can wait for half an hour or so. Then, you are ready to install geopsy softwares.
+
You can wait for half an hour or so. Then, you are ready to continue the [Installation:Linux#Lapack installation of Geopsy softwares].
  
 
At the present time, to get Qt 4.5.1, you have to accept unstable keywords.
 
At the present time, to get Qt 4.5.1, you have to accept unstable keywords.

Revision as of 06:51, 4 June 2009

Note that Geopsy packages are developed and tested with Qt 4.5.0 or higher. At the time of writing this documentation, Qt 4.5.0 is not the standard version of most of the distributions listed here below. It will not be the case in a close future.

Ubuntu

TODO: graphical presentation

Gentoo

Install Qt:

 emerge -av qt

You can wait for half an hour or so. Then, you are ready to continue the [Installation:Linux#Lapack installation of Geopsy softwares].

At the present time, to get Qt 4.5.1, you have to accept unstable keywords.

 ACCEPT_KEYWORDS="~x86" emerge -av qt

or

 ACCEPT_KEYWORDS="~amd64" emerge -av qt

Fedora

TODO: graphical presentation

Tested on Fedore Core 10 for i386 target.

Package to install:

qt-devel

By default, Qt 4 on Fedora comes with suffix -qt4 added to development tools (qmake, lrelease,...) The best option is to define alias in your profile or symbolic links to these binaries

cd
test -d bin || mkdir bin
cd bin
ln -s /usr/bin/qmake-qt4 qmake
ln -s /usr/bin/lrelease-qt4 lrelease

Add ~/bin to you PATH (more information)

Check that qmake is available.

qmake -v

open SUSE

TODO: graphical presentation