mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Updated dependency information
This commit is contained in:
parent
ad6e137512
commit
80dbfbaf1f
4
README
4
README
@ -12,7 +12,7 @@ DOWNLOADING RESINSIGHT
|
|||||||
git clone git://github.com/OPM/ResInsight.git
|
git clone git://github.com/OPM/ResInsight.git
|
||||||
|
|
||||||
BUILDING RESINSIGHT
|
BUILDING RESINSIGHT
|
||||||
ResInsight uses the cmake build system and requires cmake version 2.8 or higher. An out-of-tree build is typically done with
|
ResInsight uses the cmake build system and requires cmake version 2.8 or higher. Moreover, you need version 4.7.3 of Qt or newer, look below for dependecy list. An out-of-tree build is typically done with
|
||||||
mkdir resinsight-build
|
mkdir resinsight-build
|
||||||
cd resinsight-build
|
cd resinsight-build
|
||||||
cmake ../ResInsight
|
cmake ../ResInsight
|
||||||
@ -21,4 +21,4 @@ ResInsight uses the cmake build system and requires cmake version 2.8 or higher.
|
|||||||
You will find the ResInsight binary under the Install directory in your build directory.
|
You will find the ResInsight binary under the Install directory in your build directory.
|
||||||
|
|
||||||
DEPENDENCIES FOR DEBIAN BASED DISTRIBUTIONS
|
DEPENDENCIES FOR DEBIAN BASED DISTRIBUTIONS
|
||||||
git cmake build-essential octave octave-headers qt4-dev-tools
|
sudo apt-get install git cmake build-essential octave octave-headers qt4-dev-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user