Difference between revisions of "Installation:Linux"

From GeopsyWiki
Jump to navigation Jump to search
Line 12: Line 12:
  
 
=== Requirements ===
 
=== Requirements ===
A decent [http://gcc.gnu.org gcc] version is required.
+
A decent [http://gcc.gnu.org gcc] version is required primarily for Qt. The recommended versions are listed [http://doc.trolltech.com/4.4/supported-platforms.html here]. To check the version of your compiler:
[http://trolltech.com Qt] libraries and development tools must be available.
+
 
 +
  gcc --version
 +
  #
 +
 
 +
[http://trolltech.com Qt] libraries and development tools must be available. Currently only all Qt releases posterior or equal to 4.3.3 are supported. To test if Qt is already installed:
 +
 
 +
  qmake -version
 +
  #    QMake version 2.01a
 +
  #    Using Qt version 4.3.3 in /usr/lib64/qt4
 +
  lupdate -version
 +
  #    lupdate version 4.3.3
 +
 
 +
If you get these answers (or more recent versions), you can jump directly to [download]. If not you must install Qt.
 +
If it is available as a binary package for your Linux distribution, install it with development extension. If not you must download [http://www.trolltech.com Qt sources] and follow Qt instructions. [[Tips for compiling Qt from source]].
  
 
=== Download ===
 
=== Download ===
  
 
=== Building ===
 
=== Building ===

Revision as of 20:39, 22 October 2008

Binary packages

The easiest and fastest way to install geopsy, dinver and other applications is to use the packaging system specific to your Linux distribution, if available. This binary distribution has been introduced at the end of year 2008. Currently only a few distributions are supported:

Source package

This is the primary distribution method always available as a backup if the binary method fails.

Requirements

A decent gcc version is required primarily for Qt. The recommended versions are listed here. To check the version of your compiler:

 gcc --version
 # 
 

Qt libraries and development tools must be available. Currently only all Qt releases posterior or equal to 4.3.3 are supported. To test if Qt is already installed:

 qmake -version
 #    QMake version 2.01a
 #    Using Qt version 4.3.3 in /usr/lib64/qt4
 lupdate -version
 #    lupdate version 4.3.3

If you get these answers (or more recent versions), you can jump directly to [download]. If not you must install Qt. If it is available as a binary package for your Linux distribution, install it with development extension. If not you must download Qt sources and follow Qt instructions. Tips for compiling Qt from source.

Download

Building