22
edits
(→GNU Octave in MSYS2: octave wrapper executable is working on MSYS2 now.) |
|||
Line 154: | Line 154: | ||
*'''Maintainer:''' Marco Atzeri | *'''Maintainer:''' Marco Atzeri | ||
*'''Latest release:''' | *'''Latest release:''' 2021-01-06 | ||
*Latest packages: | *Latest packages: | ||
:octave- | :octave-6.4.0-1 | ||
:Its announce on cygwin mailing list [https:// | :Its announce on cygwin mailing list [https://sourceware.org/pipermail/cygwin-announce/2022-January/010389.html] | ||
:Octave Forge packages have each a cygwin package. | :Octave Forge packages have each a cygwin package. | ||
:Its announce on cygwin mailing list [https:// | :Its announce on cygwin mailing list [https://sourceware.org/legacy-ml/cygwin-announce/2017-01/msg00078.html] | ||
: Full cygwin package list is available here [https://cygwin.com/packages/] | : Full cygwin package list is available here [https://cygwin.com/packages/] | ||
: At 2017-04-06, 64 forge packages were available. | : At 2017-04-06, 64 forge packages were available. | ||
Line 175: | Line 175: | ||
==Notes for cygwin== | ==Notes for cygwin== | ||
* 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-6.4.0-1-src.tar.xz | ||
cygport octave.cygport almostall | cygport octave.cygport almostall | ||
</syntaxhighlight> | </syntaxhighlight> | ||
:see | :see cygport documentation at /usr/share/doc/cygport/html/manual/toc_index.html for further info. | ||
=General info= | =General info= |
edits