Octave for Microsoft Windows: Difference between revisions
→GNU Octave on cygwin
m (→Installers for Microsoft Windows: minor zip instruction clarification) |
|||
Line 97: | Line 97: | ||
*'''Maintainer:''' Marco Atzeri | *'''Maintainer:''' Marco Atzeri | ||
*'''Latest release:''' | *'''Latest release:''' 2020-01-13 | ||
*Latest packages: | *Latest packages: | ||
:octave- | :octave-5.1.0-1 | ||
:Its announce on cygwin mailing list [https:// | :Its announce on cygwin mailing list [https://cygwin.com/ml/cygwin-announce/2020-01/msg00010.html] | ||
:Octave Forge packages have each a cygwin package. | :Octave Forge packages have each a cygwin package. | ||
Line 131: | Line 131: | ||
* To build GNU Octave from cygwin source package, you need to install "cygport" and the relevant development libraries | * To build GNU Octave from cygwin source package, you need to install "cygport" and the relevant development libraries | ||
:<syntaxhighlight lang="bash"> | :<syntaxhighlight lang="bash"> | ||
tar -xf octave- | tar -xf octave-5.1.0-1-src.tar.xz | ||
cygport octave.cygport almostall | cygport octave.cygport almostall | ||
</syntaxhighlight> | </syntaxhighlight> |