ResInsight/Octave/OctavePlugin/MinGWBuildConfigurationForOctave.txt
Magne Sjaastad b050cac1d2
Make it possible to build Octave plugins independent to main build
The building of Octave plugins within main ResInsight build on RHEL8 cause the build to use gcc-12, and gcc-12 is extremely slow when building opm-common.

Adjust the CMake configuration so it is possible to build the Octave plugins as an independent build job. The plugin binaries can then be uploaded to an external server. The main ResInsight build  can download the binaries and include them in the install package for ResInsight.

Use the flag RESINSIGHT_USE_EXTERNAL_OCTAVE_PLUGINS to download external Octave plugin binaries.
2024-06-04 07:42:50 +02:00

18 lines
310 B
Plaintext

Build configuration MinGW
==================================
http://wiki.octave.org/Windows_Installer
To be able to build with 64-bit indexing, run the following
./configure --enable-64
// To get changes from server
hg pull
hg update
http://hgbook.red-bean.com/read/a-tour-of-mercurial-the-basics.html