Octave for Microsoft Windows: Difference between revisions

Line 878: Line 878:


However, these are '''unofficial''' builds! Remember to keep this in mind if you refer to it on bug reports.
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 `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=
=Building from source=
Anonymous user