22
edits
(→Octave-{{Release}}: added --force-gui note.) |
|||
Line 42: | Line 42: | ||
''Note that a security related issue in Windows XP currently prevents Octave from retrieving packages from the website automatically for installation or updates when running under that Operating System, and manual package installation is necessary to update or install new packages.'' | ''Note that a security related issue in Windows XP currently prevents Octave from retrieving packages from the website automatically for installation or updates when running under that Operating System, and manual package installation is necessary to update or install new packages.'' | ||
== Octave 4. | == Octave 4.4.1 on cygwin== | ||
*'''Web-Site:''' http://cygwin.com | *'''Web-Site:''' http://cygwin.com | ||
*'''Maintainer:''' Marco Atzeri | *'''Maintainer:''' Marco Atzeri | ||
*'''Latest release:''' | *'''Latest release:''' 2018-08-17 | ||
*Latest packages: | *Latest packages: | ||
:octave-4. | :octave-4.4.1-1 | ||
:Its announce on cygwin mailing list [ | :Its announce on cygwin mailing list [http://www.cygwin.com/ml/cygwin-announce/2018-08/msg00021.html] | ||
:octave-forge packages have each a cygwin package | :octave-forge packages have each a cygwin package | ||
:Its announce on cygwin mailing list [https://cygwin.com/ml/cygwin-announce/2017-01/msg00078.html] | :Its announce on cygwin mailing list [https://cygwin.com/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 | : At 2017-04-06, 64 forge packages were available. | ||
*To install : | *To install : | ||
Line 81: | Line 79: | ||
*To build from cygwin source package, you need to install "cygport" and the relevant development libraries | *To build from cygwin source package, you need to install "cygport" and the relevant development libraries | ||
<nowiki> | <nowiki> | ||
$ tar -xf octave-4. | $ tar -xf octave-4.4.1-1-src.tar.xz | ||
$ cygport octave.cygport almostall</nowiki> | $ cygport octave.cygport almostall</nowiki> | ||
edits