Files
ResInsight/docs/Installation.md

28 lines
1.2 KiB
Markdown
Raw Normal View History

2014-04-07 23:21:58 -07:00
---
layout: docs
title: Windows Installation
2014-04-07 23:21:58 -07:00
permalink: /docs/installation/
2014-07-03 01:20:31 +02:00
published: true
2014-04-07 23:21:58 -07:00
---
<small>Note: None of the binary distributions includes support for ABAQUS odb files.</small>
### ResInsight installation
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
3. Start ResInsight.exe
### Octave installation (optional)
1. ResInsight is delivered with support for Octave 4.0.0 which can be downloaded here: [Octave-4.0.0](ftp://ftp.gnu.org/gnu/octave/windows/octave-4.0.0_0-installer.exe)
2016-12-01 11:54:22 +01:00
2. Launch ResInsight.exe, open **Edit->Preferences**. On the **Octave** tab, enter the path to the Octave command line interpreter executable, usually `C:\Your\Path\To\Octave-x.x.x\bin\octave-cli.exe`
2016-12-01 11:56:38 +01:00
<div class="note info">
2016-12-01 11:54:22 +01:00
A binary package of ResInsight will normally <b>not</b> work with other Octave versions than the one it is compiled with.
</div>
2016-12-01 11:56:38 +01:00
<div class="note info">
2016-12-01 11:54:22 +01:00
You <b>have</b> to point to the <b>cli</b> binary in the windows octave installation. The <code>octave.exe</code> will not work as it is launching the octave GUI.
</div>