From f0a30ae724214bfb9fffd04d9f9f384ba10e2a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Thu, 1 Dec 2016 11:56:38 +0100 Subject: [PATCH] Update Installation.md --- docs/Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Installation.md b/docs/Installation.md index 45d6304cef..3290d93313 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -18,10 +18,10 @@ published: true 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) 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` -
+
A binary package of ResInsight will normally not work with other Octave versions than the one it is compiled with.
-
+
You have to point to the cli binary in the windows octave installation. The octave.exe will not work as it is launching the octave GUI.