Building on Microsoft Windows: Difference between revisions

→‎Building natively (MSYS2): Update "make" command after upstream bug fix.
(→‎Building natively (MSYS2): Fix make command erroneously copied as-is from GitHub-CI build rule)
(→‎Building natively (MSYS2): Update "make" command after upstream bug fix.)
Line 123: Line 123:
   ac_cv_search_tputs=-ltermcap</syntaxhighlight>
   ac_cv_search_tputs=-ltermcap</syntaxhighlight>


And build with the following flags:
And build with the following command:
<syntaxhighlight lang="bash">make all -j8 \
<syntaxhighlight lang="bash">make all -j8</syntaxhighlight>
  FLTK_LIBS="-lfltk_gl -lopengl32 -lglu32 -lfltk -lpthread"
</syntaxhighlight>
If you didn't build with FLTK, omit overriding the respective flag.


Octave doesn't run correctly from the MSYS2 shell due to issues with readline and backslash as a file separator. To be able to work with it anyway, install it with the following commands (from the MSYS2 shell in {{Path|.build}}):
Octave doesn't run correctly from the MSYS2 shell due to issues with readline and backslash as a file separator. To be able to work with it anyway, install it with the following commands (from the MSYS2 shell in {{Path|.build}}):
216

edits