Octave for Microsoft Windows: Difference between revisions

most recent first
No edit summary
(most recent first)
Line 12: Line 12:


Detailed instructions for individual releases can be found below.
Detailed instructions for individual releases can be found below.
=Octave 3.8 MXE Builds=
Untouched [http://hg.octave.org/mxe-octave/ MXE] builds for the current 3.8.x release can be found here: http://mxeoctave.osuv.de
However, these are '''unofficial''' builds! Remember to keep this in mind if you refer to it on bug reports.
If you got any problems while running windows 8 or libstdc++-6.dll errors, try this [http://mxeoctave.osuv.de/octave-gui.bat octave-gui.bat] file and place it into your octave-3.8.0 folder (e.g. `C:/octave-3.8.0/`)
    @echo off
    set PATH=%CD%\bin\
    start octave --force-gui -i --line-editing
    exit
=Building from source=
Instructions are available from the Octave-Forge repository, see [http://sourceforge.net/projects/octave/files/Octave%20Windows%20binaries/]


=MinGW ports=
=MinGW ports=
Line 847: Line 863:
* Gnuplot 4.4.4
* Gnuplot 4.4.4
* 72 packages from Octave-Forge
* 72 packages from Octave-Forge
=Octave 3.8 MXE Builds=
Untouched [http://hg.octave.org/mxe-octave/ MXE] builds for the current 3.8.x release can be found here: http://mxeoctave.osuv.de
However, these are '''unofficial''' builds! Remember to keep this in mind if you refer to it on bug reports.
If you got any problems while running windows 8 or libstdc++-6.dll errors, try this [http://mxeoctave.osuv.de/octave-gui.bat octave-gui.bat] file and place it into your octave-3.8.0 folder (e.g. `C:/octave-3.8.0/`)
    @echo off
    set PATH=%CD%\bin\
    start octave --force-gui -i --line-editing
    exit
=Building from source=
Instructions are available from the Octave-Forge repository, see [http://sourceforge.net/projects/octave/files/Octave%20Windows%20binaries/]


==MXE==
==MXE==
115

edits