Octave for Microsoft Windows: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
The easiest way to install GNU Octave on Microsoft Windows is using [http://hg.octave.org/mxe-octave/ MXE] builds. For the current 4.0.x release installers can be found [https://ftp.gnu.org/gnu/octave/windows/ here]. | The easiest way to install GNU Octave on Microsoft Windows is using [http://hg.octave.org/mxe-octave/ MXE] builds. For the current 4.0.x release installers can be found [https://ftp.gnu.org/gnu/octave/windows/ here]. | ||
Pre-build octave-forge packages are not prepared from octave-3.8 or later for windows. You can install some octave-forge packages installed. However, small flaws exist in current octave-4.0.0_0 distribution. Before install, correct version number of general and signal packages version to 2.0.0 and 1.3.2 , respectively and comment out install io package as"#try_install io-2.2.7.tar.gz" in C:\octave\octave-4.0.0\src\build_packages.m". Then execute | |||
Pre-build octave-forge packages are not prepared from octave-3.8 or later for windows. You can install some octave-forge packages installed. However, small flaws exist in current octave-4.0.0_0 distribution. Before install, correct version number of general and signal packages version to 2.0.0 and 1.3.2 | |||
>> cd C:\octave\octave-4.0.0\src | >> cd C:\octave\octave-4.0.0\src | ||
Line 18: | Line 17: | ||
>> pkg install -forge (package name) | >> pkg install -forge (package name) | ||
For detailed instruction of installing Octave-Forge packages is shown at [http://wiki.octave.org/Octave-Forge/ Octave-Forge] | |||
See [[Windows_Installer]] for building instructions. | See [[Windows_Installer]] for building instructions. |