Files
ResInsight/Documentation/UsersGuide/Installation.md

25 lines
1.3 KiB
Markdown
Raw Normal View History

2013-10-24 17:29:51 +02:00
[ Contents ](UsersGuide.md#contents)
-----
#Installation and configuration#
## Windows ##
1. Download ZIP binary distribution from [https://github.com/OPM/ResInsight/releases](https://github.com/OPM/ResInsight/releases "release section on GitHub")
2. Extract content from ZIP file
2013-10-24 15:08:07 +02:00
3. (OPTIONAL) Launch ResInsight.exe, open **Edit ->Preferences** and define location of Octave, usually 'ResInsightRoot/octave/bin/octave.exe'
## Linux ##
1. Download TAR.GZ binary distribution from [https://github.com/OPM/ResInsight/releases](https://github.com/OPM/ResInsight/releases "release section on GitHub")
2. Extract content from TAR file
2013-10-24 15:08:07 +02:00
3. (OPTIONAL) Launch ResInsight, open **Edit -> Preferences** and define location of Octave in the field **Octave**, usually 'ResInsightRoot/octave/bin/octave-cli'
## Script execution using Octave ##
2013-10-24 15:08:07 +02:00
ResInsight is able to execute custom made [Octave](http://www.gnu.org/software/octave/ "Octave") scripts. Octave scripts are available in the **Scripts** folder in the **Project Tree**. Multiple script folder locations can be defined in the field **Shared Script Folder(s)** in **Edit -> Preferences**. These scripts can be edited by a text editor defined in **Script Editor** in **Edit -> Preferences**
2013-10-24 17:29:51 +02:00
------
[ Contents ](UsersGuide.md#contents)