Windows Installer: Difference between revisions

197 bytes added ,  14 October 2019
→‎./configure: --disable-system-opengl
(→‎./configure: --disable-system-opengl)
Line 62: Line 62:
* <code>--disable-windows-64</code>: Build for 32-bit MS Windows.
* <code>--disable-windows-64</code>: Build for 32-bit MS Windows.
* <code>--enable-fortran-int64</code>: Use 64-bit integers in Fortran code and especially in numerical library code.  This option only affects the size of integers used in Fortran code like the BLAS and LAPACK libraries.  On 64-bit systems, Octave always uses 64-bit integers for indexing and basic array operations.  See [[Enable large arrays: Build octave such that it can use arrays larger than 2Gb.|Enable large arrays]] for details.
* <code>--enable-fortran-int64</code>: Use 64-bit integers in Fortran code and especially in numerical library code.  This option only affects the size of integers used in Fortran code like the BLAS and LAPACK libraries.  On 64-bit systems, Octave always uses 64-bit integers for indexing and basic array operations.  See [[Enable large arrays: Build octave such that it can use arrays larger than 2Gb.|Enable large arrays]] for details.
* <code>--disable-system-opengl</code>: Include a software OpenGL libraries. This might help when working with buggy graphics card drivers, but might be slower than hardware accelerated rendering.


====<code>make</code>====
====<code>make</code>====
214

edits