Skip to content

Commit 42b0f18

Browse files
author
Alf B. Rustad
committed
Initial README file content
1 parent dfe97ef commit 42b0f18

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
These are the release notes for ResInsight.
2+
3+
WHAT IS RESINSIGHT?
4+
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.
5+
6+
ON WHAT PLATFORMS DOES IT RUN?
7+
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.
8+
9+
DOCUMENTATION
10+
No efforts to provide documentation has been made yet.
11+
12+
DOWNLOADING RESINSIGHT
13+
git clone git://github.com/Statoil/ResInsight.git
14+
15+
BUILDING RESINSIGHT
16+
An out-of-tree build is typically done with
17+
mkdir resinsight-build
18+
cd resinsight-build
19+
cmake ../ResInsight

0 commit comments

Comments
 (0)