Difference between revisions of "Installation:Linux"

From GeopsyWiki
Jump to navigation Jump to search
Line 14: Line 14:
  
 
=== Requirements ===
 
=== Requirements ===
 +
 +
==== gcc ====
 +
 
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:
 
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:
  
Line 20: Line 23:
 
   #  Copyright (C) 2006 Free Software Foundation, Inc.
 
   #  Copyright (C) 2006 Free Software Foundation, Inc.
 
    
 
    
 +
==== Qt ====
 +
 
[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:
 
[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:
  
Line 32: Line 37:
 
* [[Installing Qt binary packages]], if they are available for your distribution
 
* [[Installing Qt binary packages]], if they are available for your distribution
 
* [[Compiling Qt from source]]
 
* [[Compiling Qt from source]]
 +
 +
==== Lapack ====
 +
 +
==== fftw ====
  
 
=== Download ===
 
=== Download ===
  
 
=== Building ===
 
=== Building ===

Revision as of 16:49, 29 October 2008

Binary packages

(not yet available)

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

gcc

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

 gcc --version
 #  gcc (GCC) 4.1.1 (Gentoo 4.1.1-r3)
 #  Copyright (C) 2006 Free Software Foundation, Inc.
 

Qt

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.

Lapack

fftw

Download

Building