Skip to content
forked from OPM/ResInsight

3D viewer and post processing of reservoir models

License

Notifications You must be signed in to change notification settings

hnil/ResInsight

This branch is 3 commits ahead of, 17810 commits behind OPM/ResInsight:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9601f22 · Oct 4, 2012

History

52 Commits
Oct 4, 2012
Aug 31, 2012
Sep 20, 2012
Sep 13, 2012
Sep 1, 2012
Sep 18, 2012
Jun 26, 2012
Sep 18, 2012
Sep 18, 2012
Sep 18, 2012
Sep 13, 2012
Oct 4, 2012
May 30, 2012
Jun 11, 2012

Repository files navigation

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

About

3D viewer and post processing of reservoir models

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 55.2%
  • C 44.6%
  • Other 0.2%