view _includes/install.html @ 51:40cbddf42ce4 kai

Repair download tabs.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 28 Sep 2016 21:51:37 +0200
parents 171ca967fcc9
children
line wrap: on
line source

<ul class="tab">
  <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'Source')">Source</a></li>
  <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'GNU/Linux')">GNU/Linux</a></li>
  <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'Mac')">Mac</a></li>
  <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'BSD')">BSD</a></li>
  <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'Windows')">Windows</a></li>
</ul>

<div id="Source" class="tabcontent">
  <p>
    The latest released version of Octave is always available from
    <a href="ftp://ftp.gnu.org/gnu/octave">ftp://ftp.gnu.org/gnu/octave</a>.
  </p>
  <p>
    If you are interested in working with the latest version of the
    Octave sources, check out
    the <a href="get-involved.html">resources for developers</a>.
  </p>
</div>

<div id="GNU/Linux" class="tabcontent">
  <p>
    Executable versions of Octave for GNU/Linux systems are provided
    by the individual distributions.  Distributions known to package
    Octave include: <a href="http://debian.org">Debian</a>,
    <a href="http://fedoraproject.org">Fedora</a>,
    <a href="http://gentoo.org">Gentoo</a>,
    and <a href="http://opensuse.org">SuSE</a>.  These packages are
    created by volunteers.  The delay between an Octave source release
    and the availability of a package for a particular GNU/Linux
    distribution varies.  The Octave project has no control over that
    process.
  </p>
</div>

<div id="Mac" class="tabcontent">
  <p>
    The Wiki has some instructions for
    <a href="http://wiki.octave.org/Octave_for_MacOS_X">installing
    Octave on OS X systems</a>.
  </p>
</div>

<div id="BSD" class="tabcontent">
  <p>
    Executable versions of Octave for BSD systems are provided
    by the individual distributions.
    Both <a href="http://freebsd.org">FreeBSD</a>
    and <a href="http://openbsd.org">OpenBSD</a> have Octave
    packages.  These packages are created by volunteers.  The delay
    between an Octave source release and the availability of a package
    for a particular GNU/Linux distribution varies.  The Octave
    project has no control over that process.
  </p>
</div>

<div id="Windows" class="tabcontent">
  <p>
    Windows binaries with corresponding source code can be downloaded from
    <a href="https://ftp.gnu.org/gnu/octave/windows/">https://ftp.gnu.org/gnu/octave/windows/</a>
  </p>
</div>