Difference between revisions of "Installing Qt binary packages"

From GeopsyWiki
Jump to navigation Jump to search
(New page: == Ubuntu == ''TODO: graphical presentation'' == Gentoo == Only 'root' can install new packages: su Install Qt: emerge -av qt You can wait for half an hour or so. Then, you are ...)
 
Line 18: Line 18:
  
 
''TODO: graphical presentation''
 
''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 ([[Setting PATH variable|more information]])
 +
 +
Check that ''qmake'' is available.
  
 
== open SUSE ==
 
== open SUSE ==
  
 
''TODO: graphical presentation''
 
''TODO: graphical presentation''

Revision as of 13:06, 7 December 2008

Ubuntu

TODO: graphical presentation

Gentoo

Only 'root' can install new packages:

 su

Install Qt:

 emerge -av qt

You can wait for half an hour or so. Then, you are ready to install geopsy software.

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.

open SUSE

TODO: graphical presentation