Files
ResInsight/docs/Installation.md

29 lines
1.3 KiB
Markdown
Raw Normal View History

2014-04-07 23:21:58 -07:00
---
layout: docs
prev_section: gettingstarted
2014-08-09 07:38:01 -07:00
next_section: reservoirviews
title: Installation and Configuration
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
---
### 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
3. (OPTIONAL) Launch ResInsight.exe, open **Edit->Preferences** and define location of Octave, usually 'ResInsightRoot/octave/bin/octave.exe'
#### Optional - Octave installation
Currently tested and verified version on Windows is Octave 3.6.1.
- Download and install Octave 3.6.1 for VS2010 from [release section on GitHub](https://github.com/OPM/ResInsight/releases/download/1.0.0/octave-3.6.1-vs2010-setup-1.2.exe)
- Download an [additional library file](https://github.com/OPM/ResInsight/releases/download/1.0.0/dirent.lib) and copy it into Octave lib folder, typically **c:/Octave-3.6.1/lib/dirent.lib**
## 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
2014-07-21 09:05:54 +02:00
3. (OPTIONAL) Launch ResInsight, open **Edit -> Preferences** and define location of Octave in the field **Octave**, usually 'ResInsightRoot/octave/bin/octave-cli'