view _includes/install.html @ 35:644dbdc82430

Some homapage updates. Provide seperate config for real GNU Octave homepage.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 09 Aug 2016 22:44:14 +0200
parents 955199ca3123
children 171ca967fcc9 ea174ca6ccc9
line wrap: on
line source

<ul class="tabs" data-tab>
  <li class="tab-title"><a href="#source">Source</a></li>
  <li class="tab-title active"><a href="#linux">GNU/Linux</a></li>
  <li class="tab-title"><a href="#mac">Mac</a></li>
  <li class="tab-title"><a href="#bsd">BSD</a></li>
  <li class="tab-title"><a href="#windows">Windows</a></li>
</ul>
<div class="tabs-content">
  <div class="content active" id="linux">
    <p>
      Executable versions of GNU Octave for GNU/Linux systems are provided by the individual distributions. Distributions known to package Octave include <a href="//debian.org">Debian</a>, <a href="//ubuntu.org">Ubuntu</a>, <a href="//fedoraproject.org">Fedora</a>, <a href="//gentoo.org">Gentoo</a>, and <a href="//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.
    </p>
  </div>
  <div class="content" id="mac">
    <p>
      The <a href="http://wiki.octave.org/Octave_for_MacOS_X">Octave Wiki</a> has instructions for installing Octave on OS X systems. Octave may also be available in third-party package managers such as <a href="https://brew.sh">Homebrew</a>, <a href="https://www.macports.org">Macports</a>, or <a href="http://www.finkproject.org">Fink</a>.
    </p>
  </div>
  <div class="content" id="bsd">
    <p>
      Executable versions of Octave for BSD systems are provided by the individual distributions. Both <a href="//freebsd.org">FreeBSD</a> and <a href="//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 class="content" id="windows">
    <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>
  <div class="content" id="source">
    <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>
  </div>
</div>