Difference between revisions of "Ubuntu and Debian"

From GeopsyWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
=== Prerequisites ===
 
=== Prerequisites ===
  
Install the following packages with [https://help.ubuntu.com/9.10/add-applications/C/installing.html Ubuntu Software Center]. Note that under Kubuntu, the package manager is ''KPackageKit'' located in KDE menu ''Computer''.
+
Install the following packages with 'apt-get install' or with [https://help.ubuntu.com/9.10/add-applications/C/installing.html Ubuntu Software Center]. Note that under Kubuntu, the package manager is ''KPackageKit'' located in KDE menu ''Computer''. For recent source packages Qt5 is required. Qt4 is still required for old releases (before 2016).
 +
 
 +
==== Qt 4 ====
  
 
* qt4-qmake
 
* qt4-qmake
 
* libqt4-dev
 
* libqt4-dev
 +
* g++
 +
* gfortran
 +
* libfftw3-dev
 +
* liblapack-dev
 +
* zlib1g-dev
 +
 +
==== Qt 5 ====
 +
 +
* qt5-default
 +
* qttools5-dev-tools
 +
* qtscript5-dev
 +
* qtdeclarative5-dev
 +
* libqt5svg5-dev
 
* g++
 
* g++
 
* gfortran
 
* gfortran

Revision as of 11:27, 6 March 2017

Prerequisites

Install the following packages with 'apt-get install' or with Ubuntu Software Center. Note that under Kubuntu, the package manager is KPackageKit located in KDE menu Computer. For recent source packages Qt5 is required. Qt4 is still required for old releases (before 2016).

Qt 4

  • qt4-qmake
  • libqt4-dev
  • g++
  • gfortran
  • libfftw3-dev
  • liblapack-dev
  • zlib1g-dev

Qt 5

  • qt5-default
  • qttools5-dev-tools
  • qtscript5-dev
  • qtdeclarative5-dev
  • libqt5svg5-dev
  • g++
  • gfortran
  • libfftw3-dev
  • liblapack-dev
  • zlib1g-dev