3D viewer and post processing of reservoir models
Go to file
Alf B. Rustad 2921e8318d Minor edit
2012-06-01 08:50:55 +02:00
ApplicationCode Initial commit of ResInsight version 0.4.8 2012-05-18 09:45:23 +02:00
cafAnimControl Initial commit of ResInsight version 0.4.8 2012-05-18 09:45:23 +02:00
cafPdmCvf Initial commit of ResInsight version 0.4.8 2012-05-18 09:45:23 +02:00
cafProjectDataModel Initial commit of ResInsight version 0.4.8 2012-05-18 09:45:23 +02:00
cafUserInterface Initial commit of ResInsight version 0.4.8 2012-05-18 09:45:23 +02:00
cafViewer Initial commit of ResInsight version 0.4.8 2012-05-18 09:45:23 +02:00
CommonCode Initial commit of ResInsight version 0.4.8 2012-05-18 09:45:23 +02:00
OctavePlugin Initial commit of ResInsight version 0.4.8 2012-05-18 09:45:23 +02:00
QtPropertyBrowser Initial commit of ResInsight version 0.4.8 2012-05-18 09:45:23 +02:00
ThirdParty Initial commit of ResInsight version 0.4.8 2012-05-18 09:45:23 +02:00
VisualizationModules Initial commit of ResInsight version 0.4.8 2012-05-18 09:45:23 +02:00
CMakeLists.txt Initial commit of ResInsight version 0.4.8 2012-05-18 09:45:23 +02:00
COPYING Added COPYING file with GPL version 3 license text. 2012-05-30 10:42:56 +02:00
README Minor edit 2012-06-01 08:50:55 +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/Statoil/ResInsight.git

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
 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
git cmake build-essential octave octave-headers qt4-dev-tools