Windows Installer: Difference between revisions

From Octave
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


# Build Windows binaries through MXE environment
# Install all dependencies for compiling GNU Octave. (Some help for [[Debian]] users)
# ???
# hg clone http://hg.octave.org/mxe-octave/
# PROFIT
# cd mxe-octave
# autoconf
# ./configure
# ./mk-dist --installer

Revision as of 14:24, 10 October 2013

Steps to create Windows Installer

  1. Install all dependencies for compiling GNU Octave. (Some help for Debian users)
  2. hg clone http://hg.octave.org/mxe-octave/
  3. cd mxe-octave
  4. autoconf
  5. ./configure
  6. ./mk-dist --installer