22
edits
(→GNU Octave in MSYS2: Add note about Pythonic package) |
|||
Line 150: | Line 150: | ||
*Latest packages: | *Latest packages: | ||
:octave- | :octave-8.4.0-1 | ||
:Its announce on cygwin mailing list [https:// | :Its announce on cygwin mailing list [https://cygwin.com/pipermail/cygwin-announce/2024-January/011503.html] | ||
:Octave Forge packages have each a cygwin package. | :Most of the Octave Forge packages have each a cygwin package. | ||
: Full cygwin package list is available here [https://cygwin.com/packages/] | : Full cygwin package list is available here [https://cygwin.com/packages/] | ||
: At | : At 2024-01-26, 51 forge packages were available. | ||
*To install : | *To install : | ||
Line 170: | Line 169: | ||
* 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-8.4.0-1-src.tar.xz | ||
cygport octave.cygport almostall | cygport octave.cygport almostall | ||
</syntaxhighlight> | </syntaxhighlight> |
edits