3D viewer and post processing of reservoir models
Go to file
Magne Sjaastad 633956c907 Merge pull request #21 from akva2/packaging
Debian and RHEL packaging
2013-04-12 05:17:16 -07:00
ApplicationCode Put launcher for ResInsight in desktop environment 2013-03-27 00:43:13 +01:00
cafAnimControl Removed stop button from animation toolbar 2012-10-11 07:10:53 +02:00
cafPdmCvf caf::Pdm: Added support for Fields of cvf::Mat4d to use for viewpoint storage 2013-02-05 16:31:28 +01:00
cafProjectDataModel Added include of typeinfo as it seems to be needed on ubuntu and rhe6 2013-02-06 12:16:37 +01:00
cafUserInterface Guard against missing well results 2013-02-07 13:44:18 +01:00
cafViewer Caf: Fixed missing redraw/update after zoom all 2013-02-07 13:37:39 +01:00
CommonCode Moved result interface from struct grid to struct grid scalar data access 2013-02-01 12:25:34 +01:00
debian added: debian (ubuntu) packaging 2013-04-10 11:01:51 +02:00
OctavePlugin Merge pull request #17 from hegge/build-system-fixes 2013-04-03 00:17:39 -07:00
redhat added: RHEL6 packaging 2013-04-09 18:49:26 +02:00
ThirdParty gitignore: Ignore more build system products 2013-04-02 19:01:09 +02:00
VisualizationModules Removed even more compiler warnings. 2013-01-23 10:56:09 +01:00
.gitignore gitignore: Ignore more build system products 2013-04-02 19:01:09 +02:00
CMakeLists.txt Optionally enable system installation of binaries 2013-03-27 00:43:01 +01:00
COPYING Added COPYING file with GPL version 3 license text. 2012-05-30 10:42:56 +02:00
README Updated Ubuntu 12.10 dependencies and standardized build directory. 2013-03-31 12:34:48 +02:00
ResInsightVersion.cmake Upped to 0.9.2 2013-02-11 13:58:58 +01: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

CONTRIBUTION
Please use master branch for contributions and pull requests. Please do not use branch 'internal' for contributions.

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 ..
 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
If you are running Ubuntu 12.10 or newer, you will need to replace octave-headers with liboctave-dev in the line above.