3D viewer and post processing of reservoir models
Go to file
CeetronResInsight 76cfde5ba6 Change 18611 on 2012/09/11 by magne@ResInsight_magne_RHE5
Removed requirement for MAPAXES when reading an Eclipse Ascii file
2012-09-11 13:04:24 +02:00
ApplicationCode Change 18611 on 2012/09/11 by magne@ResInsight_magne_RHE5 2012-09-11 13:04:24 +02:00
cafAnimControl Version 0.8.6 2012-08-31 19:12:47 +02:00
cafPdmCvf Updated to version 0.8.0 2012-06-26 16:10:41 +02:00
cafProjectDataModel Updated to version 0.8.0 2012-06-26 16:10:41 +02:00
cafUserInterface Change 18603 on 2012/09/11 by fredrik@fredrik_MBP-BootCamp 2012-09-11 09:22:36 +02:00
cafViewer Change 18603 on 2012/09/11 by fredrik@fredrik_MBP-BootCamp 2012-09-11 09:22:36 +02:00
CommonCode Version 0.8.6 2012-08-31 19:12:47 +02:00
OctavePlugin Version 0.8.6 2012-08-31 19:12:47 +02:00
ThirdParty Updated to version 0.8.0 2012-06-26 16:10:41 +02:00
VisualizationModules Merge pull request #7 from Ivarun/build_fixes 2012-09-01 10:37:08 -07:00
.gitignore Ignore files generated by CMake for Qt resources 2012-07-20 13:26:22 +02:00
CMakeLists.txt Change 18603 on 2012/09/11 by fredrik@fredrik_MBP-BootCamp 2012-09-11 09:22:36 +02:00
COPYING Added COPYING file with GPL version 3 license text. 2012-05-30 10:42:56 +02:00
README Updated dependency information 2012-06-11 14:21:00 +02:00

These are the release notes for ResInsight.

ResInsight is a 3D viewer and post processing tool for reservoir models. It has been co-developed by Statoil and Ceetron with the aim to provide a versatile tool for professionals who need to visualize and process reservoir models. The software is copyrighted by Ceetron and Statoil and licensed under GPL 3+. See COPYING for details.

ON WHAT PLATFORMS DOES IT RUN?
ResInsight is designed cross-platform from the start. Efforts have been made to ensure that code will compile and run on linux and windows platforms. It will probably also compile and run on osx should anybody be interested in that.

DOCUMENTATION
No efforts to provide documentation has been made yet.

DOWNLOADING RESINSIGHT
 git clone git://github.com/OPM/ResInsight.git

BUILDING RESINSIGHT
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
 cd resinsight-build
 cmake ../ResInsight
 make
 make install
You will find the ResInsight binary under the Install directory in your build directory.

DEPENDENCIES FOR DEBIAN BASED DISTRIBUTIONS
sudo apt-get install git cmake build-essential octave octave-headers qt4-dev-tools