240
edits
(Add instructions for a native build) |
(→Building natively (MSYS2): Add command for symlinking octave-svgconvert.exe) |
||
Line 123: | Line 123: | ||
Octave doesn't run correctly from the MSYS2 shell due to issues with readline. To be able to work with it anyway, install it with the following commands: | Octave doesn't run correctly from the MSYS2 shell due to issues with readline. To be able to work with it anyway, install it with the following commands: | ||
<pre>make install | <pre>make install | ||
ln -sf /mingw64/libexec/octave/7.0.0/exec/x86_64-w64-mingw32/octave-gui.exe /mingw64/bin/octave-gui.exe</pre> | ln -sf /mingw64/libexec/octave/7.0.0/exec/x86_64-w64-mingw32/octave-gui.exe /mingw64/bin/octave-gui.exe | ||
ln -sf /mingw64/libexec/octave/7.0.0/exec/x86_64-w64-mingw32/octave-svgconvert.exe /mingw64/bin/octave-svgconvert.exe</pre> | |||
Start Octave from a CMD shell (or with a batch script) with the following content (assuming MSYS2 was installed in its default location): | Start Octave from a CMD shell (or with a batch script) with the following content (assuming MSYS2 was installed in its default location): |
edits