240
edits
(→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 | And build with the following command: | ||
<syntaxhighlight lang="bash">make all -j8 | <syntaxhighlight lang="bash">make all -j8</syntaxhighlight> | ||
</syntaxhighlight> | |||
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}}): |
edits