comparison _includes/install.html @ 5:e210b708b330

fill in site content
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 08 Nov 2015 03:07:13 -0800
parents
children 560cd6870417
comparison
equal deleted inserted replaced
4:682549932903 5:e210b708b330
1 <ul class="tabs" data-tab>
2 <li class="tab-title"><a href="#source">Source</a></li>
3 <li class="tab-title active"><a href="#linux">Linux</a></li>
4 <li class="tab-title"><a href="#mac">Mac</a></li>
5 <li class="tab-title"><a href="#bsd">BSD</a></li>
6 <li class="tab-title"><a href="#windows">Windows</a></li>
7 </ul>
8 <div class="tabs-content">
9 <div class="content active" id="linux">
10 <p>
11 Executable versions of 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. The Octave project has no control over that process.
12 </p>
13 </div>
14 <div class="content" id="mac">
15 <p>
16 The <a href="{{site.wiki_url}}">Octave Wiki</a> has some instructions for installing Octave on OS X systems. A Homebrew source package may also be available but is not maintained by the Octave developers.
17 </p>
18 </div>
19 <div class="content" id="bsd">
20 <p>
21 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.
22 </p>
23 </div>
24 <div class="content" id="windows">
25 <p>
26 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>
27 </p>
28 </div>
29 <div class="content" id="source">
30 <p>
31 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>.
32 </p>
33 </div>
34 </div>