mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Updated README file
This commit is contained in:
parent
77285785fb
commit
4599c6bed4
29
README
29
README
@ -1,26 +1,33 @@
|
||||
These are the release notes for ResInsight.
|
||||
This is the README file 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.
|
||||
ResInsight is a 3D viewer and post processing tool for reservoir models. It has been co-developed by Statoil and Ceetron AS / Ceetron Solutions 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.
|
||||
|
||||
DEPENDENCIES
|
||||
ResInsight uses the Ensambles/ert library to access eclipse result files, and the two projects collaborates closly. The source code of the approved ert library version is embedded in the ResInsight source code tree, making downloading and building simple.
|
||||
ResInsight also features an interface to octave, making it possible to retreive data from ResInsights, process them using octave, and write them back into ResInsight for viewing. If you want to build ResInsight with this feature, you need to install octave.
|
||||
|
||||
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.
|
||||
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, but the tested platforms are currently 64 bit RHE 5, RHE 6 and Windows 7.
|
||||
|
||||
There has been attemts to make ResInsight build and run on OSX as well, but the tweaks needed (submitted by Roland Kaufmann) is not yet incorporated.
|
||||
|
||||
DOCUMENTATION
|
||||
No efforts to provide documentation has been made yet.
|
||||
|
||||
DOWNLOADING RESINSIGHT
|
||||
git clone git://github.com/OPM/ResInsight.git
|
||||
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.
|
||||
Contributions are very welcome, although it might take some time for the team to accept pull requests that is not in the main line of the projects focus. Please use the dev branch for contributions and pull requests, as it is the branch dedicated to the day to day development. The master branch is used as a branch for distributing the latest stable release.
|
||||
Release branches that might pop up are dedicated bugfix branches for the release in question.
|
||||
|
||||
BUILDING RESINSIGHT - Linux
|
||||
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
|
||||
mkdir ResInsight/build
|
||||
cd ResInsight/build
|
||||
cmake ..
|
||||
make
|
||||
make install
|
||||
You will find the ResInsight binary under the Install directory in your build directory.
|
||||
|
||||
BUILDING RESINSIGHT - Windows
|
||||
@ -32,5 +39,5 @@ Set the build variables and click "Configure" again.
|
||||
Click "Generate", and a project file will be created in the build directory <ResInsight-build-folder>
|
||||
|
||||
DEPENDENCIES FOR DEBIAN BASED DISTRIBUTIONS
|
||||
sudo apt-get install git cmake build-essential octave octave-headers qt4-dev-tools
|
||||
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.
|
Loading…
Reference in New Issue
Block a user