Added build information, and copyright and license information

This commit is contained in:
Alf B. Rustad 2012-05-30 11:40:58 +02:00
parent fafa3cfddd
commit cc27bf3485

5
README
View File

@ -1,7 +1,6 @@
These are the release notes for ResInsight.
WHAT IS 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.
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.
@ -13,7 +12,7 @@ DOWNLOADING RESINSIGHT
git clone git://github.com/Statoil/ResInsight.git
BUILDING RESINSIGHT
An out-of-tree build is typically done with
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