Windows Installer: Difference between revisions
explanation added, where the script "./configure" comes from, Stefan Pofahl
(command: sudo apt build-dep octave added, line with "make dist-lzip DIST_IGNORE_HG_STATE=1" modified, Stefan Pofahl) |
(explanation added, where the script "./configure" comes from, Stefan Pofahl) |
||
Line 11: | Line 11: | ||
# <code>hg clone https://hg.octave.org/mxe-octave</code><ref>Use <code>hg clone https://hg.octave.org/mxe-octave <name of mxe-octave build dir></code> to choose another directory.</ref> | # <code>hg clone https://hg.octave.org/mxe-octave</code><ref>Use <code>hg clone https://hg.octave.org/mxe-octave <name of mxe-octave build dir></code> to choose another directory.</ref> | ||
# <code>cd mxe-octave</code> | # <code>cd mxe-octave</code> | ||
# <code>./bootstrap</code> | # <code>./bootstrap</code> (this step created the executable script <code>./configure</code>) | ||
# <code>./configure</code> | # <code>./configure</code> | ||
# <code>make all nsis-installer</code> | # <code>make all nsis-installer</code> |