Windows Installer: Difference between revisions

→‎General steps: re-phrase comment
(→‎Build installers for Octave development versions: Change link to point to the "Building" page directly.)
(→‎General steps: re-phrase comment)
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> (this step created the executable script <code>./configure</code>)
# <code>./bootstrap</code> (Among other things, the <code>bootstrap</code> script creates the <code>configure</code> script for the next step.)
# <code>./configure</code>
# <code>./configure</code>
# <code>make all nsis-installer</code>
# <code>make all nsis-installer</code>
216

edits