Windows Installer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Steps to create Windows Installer | Steps to create Windows Installer | ||
# | # Install all dependencies for compiling GNU Octave. (Some help for [[Debian]] users) | ||
# | # hg clone http://hg.octave.org/mxe-octave/ | ||
# | # cd mxe-octave | ||
# autoconf | |||
# ./configure | |||
# ./mk-dist --installer |
Revision as of 14:24, 10 October 2013
Steps to create Windows Installer
- Install all dependencies for compiling GNU Octave. (Some help for Debian users)
- hg clone http://hg.octave.org/mxe-octave/
- cd mxe-octave
- autoconf
- ./configure
- ./mk-dist --installer