Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Mar 15, 2024
1 parent ef53c2f commit 76fe45d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
Expand Up @@ -48,17 +48,19 @@ vcpkg is located in the folder ThirdParty/vcpkg
ThirdParty/vcpkg/vcpkg install grpc boost-filesystem boost-spirit eigen3

### (Windows) Build and install required dependencies using vcpkg
Open a command prompt using "Run as Administrator" for Visual Studio x64
Open a command prompt using "Run as Administrator" for Visual Studio x64.

[Detailed Developer notes](https://ceetronsolutions.github.io/resinsight-system-doc/editor/vcpkg)

ThirdParty/vcpkg/bootstrap-vcpkg.bat
ThirdParty/vcpkg/vcpkg install grpc boost-filesystem boost-spirit eigen3 --triplet x64-windows

[Developer notes](https://ceetronsolutions.github.io/resinsight-system-doc/editor/vcpkg)


### Python dependencies
Install Python version 3.8 or newer

python3 -m pip install -r GrpcInterface/Python/requirements.txt
python3 -m pip install -r GrpcInterface/Python/dev-requirements.txt

### Installation of custom Qt

Expand Down
Expand Up @@ -56,17 +56,7 @@ This fix was taken from reply number 11 in this [thread](https://bbs.archlinux.o

1. Install Octave directly from the package manager in Linux. See the documentation for your particular distribution.
2. Launch ResInsight, open **Edit->Preferences**
3. Enter the path to the Octave command line interpreter executable `octave-cli` (for older version of octave use `octave`)

{{% notice info %}}
The precompiled octave interface distributed in the tarball is only tested for RedHat 6. <br>
It is <b>not</b> expected to work for other configurations.
(ResInsight 1.3.2-dev and earlier, was also tested on RedHat 5)<br>
<br>
If you need the octave interface to work on a different OS, you need to build ResInsight yourself.<br>
See <a href="{{< relref "buildinstructions.md" >}}">Build Instructions</a>
{{% /notice %}}

3. Enter the path to the Octave command line interpreter executable `octave-cli`

## Workaround for crash using Virtual Box
Uncheck **Settings->Display->Enable 3D Acceleration**. Disabling this option will cause OpenGL operations to be executed in software, so the the performance of graphics operations in ResInsight will be slower, but will not crash.
Expand Down

0 comments on commit 76fe45d

Please sign in to comment.