Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > b38d2da330d1936e5ab1307c039c4941 > files > 63

octave-doc-3.6.4-3.mga4.noarch.rpm

<html lang="en">
<head>
<title>On what platforms does Octave run? - Frequently asked questions about Octave (with answers)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Frequently asked questions about Octave (with answers)">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="What-is-Octave_003f.html#What-is-Octave_003f" title="What is Octave?">
<link rel="prev" href="What-version-should-I-use_003f.html#What-version-should-I-use_003f" title="What version should I use?">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="On-what-platforms-does-Octave-run%3f"></a>
<a name="On-what-platforms-does-Octave-run_003f"></a>
<p>
Previous:&nbsp;<a rel="previous" accesskey="p" href="What-version-should-I-use_003f.html#What-version-should-I-use_003f">What version should I use?</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="What-is-Octave_003f.html#What-is-Octave_003f">What is Octave?</a>
<hr>
</div>

<h3 class="section">1.4 On what platforms does Octave run?</h3>

<p>Octave runs on various Unices&mdash;at least Linux and Solaris, Mac OS X,
Windows and anything you can compile it on.  Binary distributions exist
at least for Debian, Suse, Fedora and RedHat Linuxes (Intel and AMD
<!-- Does Vista work? I get the feeling that even Windows users are trying -->
<!-- to forget Vista like a bad nightmare. Tatsuro only confirmed XP and -->
<!-- 7. I am tentatively assuming that Vista also works. -->
CPUs, at least), for Mac OS X and Windows' 98, 2000, XP, Vista, and 7.

   <p>Two and three dimensional plotting is fully supported using gnuplot and
an experimental OpenGL backend.

   <p>The underlying numerical solvers are currently standard Fortran ones
like LAPACK, LINPACK, ODEPACK, the BLAS, etc., packaged in a library
of C++ classes.  If possible, the Fortran subroutines are compiled
with the system's Fortran compiler, and called directly from the C++
functions.  If that's not possible, you can still compile Octave if
you have the free Fortran to C translator f2c.

   <p>Octave is also free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 3, as
published by the Free Software Foundation, or at your option any later
version.

   </body></html>