Octave for Microsoft Windows: Difference between revisions
Jump to navigation
Jump to search
Octave for Microsoft Windows (view source)
Revision as of 11:53, 11 November 2012
, 11 November 2012→Octave 3.6.1 on cygwin
(→Printing (installing Ghostscript): note that the Destination directory is variable) |
|||
Line 478: | Line 478: | ||
=Octave on Cygwin= | =Octave on Cygwin= | ||
== Octave 3.6. | == Octave 3.6.2 on cygwin== | ||
*'''Web-Site:''' http://cygwin.com | *'''Web-Site:''' http://cygwin.com | ||
*'''Maintainer:''' Marco Atzeri | *'''Maintainer:''' Marco Atzeri | ||
*'''Latest release:''' 2012- | *'''Latest release:''' 2012-06-04 | ||
*Latest packages: | *Latest packages: | ||
:octave-3.6. | :octave-3.6.2-1 | ||
:octave-forge- | :octave-forge-20120714-2 | ||
*To install : run cygwin setup.exe and select them in the Math category . | *To install : run cygwin setup.exe and select them in the Math category . | ||
===Notes=== | ===Notes=== | ||
Line 509: | Line 506: | ||
*A new fltk graphics_toolkit is available, and the crash on "print" issue was solved starting from 3.4.2-3 using the patch proposed here: https://savannah.gnu.org/bugs/index.php?31641 | *A new fltk graphics_toolkit is available, and the crash on "print" issue was solved starting from 3.4.2-3 using the patch proposed here: https://savannah.gnu.org/bugs/index.php?31641 | ||
*For general build notes, see <code>etc/README.Cygwin</code>. | *For general build notes, see <code>etc/README.Cygwin</code>. | ||
Line 526: | Line 519: | ||
*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 | ||
$ tar -xvjf octave-3.6. | $ tar -xvjf octave-3.6.2-1-src.tar.bz2 | ||
gl2ps-print.patch | gl2ps-print.patch | ||
octave-3.6. | octave-3.6.2-1.cygport | ||
octave-3.6. | octave-3.6.2-1.cygwin.patch | ||
octave-3.6. | octave-3.6.2-1.src.patch | ||
octave-3.6. | octave-3.6.2.tar.bz2 | ||
$ cygport octave-3.6. | $ cygport octave-3.6.2-1.cygport almostall | ||
:see cygport documentation for further info. | :see cygport documentation for further info. |