Files
ResInsight/Documentation/UsersGuide/Installation.md

29 lines
1.5 KiB
Markdown
Raw Normal View History

2013-10-24 17:29:51 +02:00
[ Contents ](UsersGuide.md#contents)
-----
2013-10-25 10:23:29 +02:00
## Installation and configuration
2013-10-25 10:23:29 +02: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
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'
2013-10-25 10:23:29 +02:00
#### Optional - Octave installation
Currently tested and verified version on Windows is Octave 3.6.1. NB! Version 3.6.2 has compile issues using VS2010, this version will not be able to compile the Octave plugins.
- Download and install Octave 3.6.1 for VS2010 from [SourceForge](http://sourceforge.net/projects/octave/files/Octave%20Windows%20binaries/Octave%203.6.1%20for%20Windows%20Microsoft%20Visual%20Studio/octave-3.6.1-vs2010-setup-1.exe/download)
2014-01-23 14:07:46 +01:00
- Download a [missing 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** See details on [SourceForge](http://sourceforge.net/mailarchive/message.php?msg_id=28933804)
2013-10-25 10:23:29 +02:00
## 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'
2013-10-24 17:29:51 +02:00
------
[ Contents ](UsersGuide.md#contents)