comparison download.md @ 203:3a99431030c1

Update website to use the foundation 6 framework.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 09 Jul 2020 17:51:40 +0900
parents 171c46307031
children 899288d58c0e
comparison
equal deleted inserted replaced
202:927c8b96b2e4 203:3a99431030c1
2 layout: page 2 layout: page
3 title: Download 3 title: Download
4 menu: true 4 menu: true
5 --- 5 ---
6 6
7 <ul class="tabs"> 7 <div class="button-group large expanded stacked-for-small">
8 <li class="tab-title"><a href="#source">Source</a></li> 8 <a class="button" href="#source">Source</a>
9 <li class="tab-title"><a href="#linux">GNU/Linux</a></li> 9 <a class="button" href="#linux">GNU/Linux</a>
10 <li class="tab-title"><a href="#macos">macOS</a></li> 10 <a class="button" href="#macos">macOS</a>
11 <li class="tab-title"><a href="#bsd">BSD</a></li> 11 <a class="button" href="#bsd">BSD</a>
12 <li class="tab-title"><a href="#ms-windows">MS Windows</a></li> 12 <a class="button" href="#ms-windows">MS Windows</a>
13 </ul> 13 </div>
14 14
15 <a name="source"> 15 <a id="source">
16 ### Source 16 ### Source
17 17
18 The latest released version of Octave is always available from 18 The latest released version of Octave is always available from
19 19
20 - https://ftp.gnu.org/gnu/octave 20 - https://ftp.gnu.org/gnu/octave
24 [https://ftpmirror.gnu.org/octave](https://ftpmirror.gnu.org/octave), 24 [https://ftpmirror.gnu.org/octave](https://ftpmirror.gnu.org/octave),
25 which will redirect automatically to a nearby 25 which will redirect automatically to a nearby
26 [mirror site](https://www.gnu.org/order/ftp.html). 26 [mirror site](https://www.gnu.org/order/ftp.html).
27 27
28 28
29 <a name="linux"> 29 <a id="linux">
30 ### GNU/Linux 30 ### GNU/Linux
31 31
32 Packaged versions of Octave for GNU/Linux systems are provided by the 32 Packaged versions of Octave for GNU/Linux systems are provided by the
33 individual distributions described in the 33 individual distributions described in the
34 [Octave wiki]({{ site.wiki_url }}/Category:Installation). 34 [Octave wiki]({{ site.wiki_url }}/Category:Installation).
40 there are some distribution independent installation methods for more recent 40 there are some distribution independent installation methods for more recent
41 versions of GNU Octave described in the 41 versions of GNU Octave described in the
42 [Octave wiki]({{ site.wiki_url }}/Octave_for_GNU/Linux#Distribution_independent). 42 [Octave wiki]({{ site.wiki_url }}/Octave_for_GNU/Linux#Distribution_independent).
43 43
44 44
45 <a name="macos"> 45 <a id="macos">
46 ### macOS 46 ### macOS
47 47
48 The [Octave Wiki]({{ site.wiki_url }}/Octave_for_macOS) has instructions for 48 The [Octave Wiki]({{ site.wiki_url }}/Octave_for_macOS) has instructions for
49 installing Octave on macOS systems. 49 installing Octave on macOS systems.
50 Octave is also available in third-party package managers such as 50 Octave is also available in third-party package managers such as
51 [Homebrew](https://brew.sh/) and [MacPorts](https://www.macports.org). 51 [Homebrew](https://brew.sh/) and [MacPorts](https://www.macports.org).
52 52
53 53
54 <a name="bsd"> 54 <a id="bsd">
55 ### BSD 55 ### BSD
56 56
57 Executable versions of Octave for BSD systems are provided by the individual 57 Executable versions of Octave for BSD systems are provided by the individual
58 distributions. 58 distributions.
59 Both [FreeBSD](https://www.freebsd.org/) and [OpenBSD](https://www.openbsd.org/) 59 Both [FreeBSD](https://www.freebsd.org/) and [OpenBSD](https://www.openbsd.org/)
60 have Octave packages. 60 have Octave packages.
61 These packages are created by volunteers and the Octave project has no control 61 These packages are created by volunteers and the Octave project has no control
62 over that process. 62 over that process.
63 63
64 64
65 <a name="ms-windows"> 65 <a id="ms-windows">
66 ### Microsoft Windows 66 ### Microsoft Windows
67 67
68 <div data-alert class="alert-box info radius"> 68 <div data-alert class="alert-box info radius">
69 <b>Note:</b> All installers below bundle several <b>Octave Forge packages</b> 69 <b>Note:</b> All installers below bundle several <b>Octave Forge packages</b>
70 so they don't have to be installed separately. 70 so they don't have to be installed separately.