comparison pages/menu/download.md @ 241:598d7f098082

Overhaul website, less JavaScript, more FontAwesome.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 18 Mar 2021 15:59:24 +0900
parents 0220f5ec3988
children 2fe27d13cb40
comparison
equal deleted inserted replaced
240:fd916b69fb1d 241:598d7f098082
1 --- 1 ---
2 layout: page 2 layout: page
3 title: Download 3 title: Download
4 icon: <i class="fas fa-download"></i>
4 menu: true 5 menu: true
5 permalink: download 6 permalink: download
6 --- 7 ---
7 8
9 <div class="primary callout">
10 <i class="fas fa-info-circle" style="color:#1779ba;"></i>
11 <strong>GNU Octave 6.2.0</strong> is the latest stable release.
12 &nbsp;
13 (Release Notes:
14 <a href="{{ "/NEWS-6.1.html" | relative_url }}">6.1.0</a>,
15 <a href="{% post_url 2021-02-20-octave-6.2.0-released %}">6.2.0</a>)
16 </div>
17
8 <div class="button-group large expanded stacked-for-small"> 18 <div class="button-group large expanded stacked-for-small">
9 <a class="button" href="#source">Source</a> 19 <a class="button" href="#source"><i class="fas fa-code"></i> Source</a>
10 <a class="button" href="#linux">GNU/Linux</a> 20 <a class="button" href="#linux"><i class="fab fa-linux"></i> GNU/Linux</a>
11 <a class="button" href="#macos">macOS</a> 21 <a class="button" href="#bsd"><i class="fab fa-freebsd"></i> BSD</a>
12 <a class="button" href="#bsd">BSD</a> 22 <a class="button" href="#macos"><i class="fab fa-apple"></i> macOS</a>
13 <a class="button" href="#ms-windows">MS Windows</a> 23 <a class="button" href="#ms-windows"><i class="fab fa-windows"></i> MS Windows</a>
14 </div> 24 </div>
15 25
16 26
17 <p id="source">&nbsp;</p> 27 <p id="source">&nbsp;</p>
18 28
19 ### Source {#source2} 29 ### <i class="fas fa-code"></i> Source {#source2}
20 30
21 The latest released version of Octave is always available from 31 The latest released version of Octave is always available from
22 32
23 - https://ftp.gnu.org/gnu/octave 33 - https://ftp.gnu.org/gnu/octave
24 - ftp://ftp.gnu.org/gnu/octave 34 - ftp://ftp.gnu.org/gnu/octave
29 [mirror site](https://www.gnu.org/order/ftp.html). 39 [mirror site](https://www.gnu.org/order/ftp.html).
30 40
31 41
32 <p id="linux">&nbsp;</p> 42 <p id="linux">&nbsp;</p>
33 43
34 ### GNU/Linux {#linux2} 44 ### <i class="fab fa-linux"></i> GNU/Linux {#linux2}
35 45
36 Packaged versions of Octave for GNU/Linux systems are provided by the 46 Packaged versions of Octave for GNU/Linux systems are provided by the
37 individual distributions described in the 47 individual distributions described in the
38 [Octave wiki]({{ site.wiki_url }}/Category:Installation). 48 [Octave wiki]({{ site.wiki_url }}/Category:Installation).
39 These packages are created by volunteers. 49 These packages are created by volunteers.
44 there are some distribution independent installation methods for more recent 54 there are some distribution independent installation methods for more recent
45 versions of GNU Octave described in the 55 versions of GNU Octave described in the
46 [Octave wiki]({{ site.wiki_url }}/Octave_for_GNU/Linux#Distribution_independent). 56 [Octave wiki]({{ site.wiki_url }}/Octave_for_GNU/Linux#Distribution_independent).
47 57
48 58
49 <p id="macos">&nbsp;</p>
50
51 ### macOS {#macos2}
52
53 The [Octave Wiki]({{ site.wiki_url }}/Octave_for_macOS) has instructions for
54 installing Octave on macOS systems.
55 Octave is also available in third-party package managers such as
56 [Homebrew](https://brew.sh/) and [MacPorts](https://www.macports.org).
57
58
59 <p id="bsd">&nbsp;</p> 59 <p id="bsd">&nbsp;</p>
60 60
61 ### BSD {#bsd2} 61 ### <i class="fab fa-freebsd"></i> BSD {#bsd2}
62 62
63 Executable versions of Octave for BSD systems are provided by the individual 63 Executable versions of Octave for BSD systems are provided by the individual
64 distributions. 64 distributions.
65 Both [FreeBSD](https://www.freebsd.org/) and [OpenBSD](https://www.openbsd.org/) 65 Both [FreeBSD](https://www.freebsd.org/) and [OpenBSD](https://www.openbsd.org/)
66 have Octave packages. 66 have Octave packages.
67 These packages are created by volunteers and the Octave project has no control 67 These packages are created by volunteers and the Octave project has no control
68 over that process. 68 over that process.
69 69
70 70
71 <p id="macos">&nbsp;</p>
72
73 ### <i class="fab fa-apple"></i> macOS {#macos2}
74
75 The [Octave Wiki]({{ site.wiki_url }}/Octave_for_macOS) has instructions for
76 installing Octave on macOS systems.
77 Octave is also available in third-party package managers such as
78 [Homebrew](https://brew.sh/) and [MacPorts](https://www.macports.org).
79
80
71 <p id="ms-windows">&nbsp;</p> 81 <p id="ms-windows">&nbsp;</p>
72 82
73 ### Microsoft Windows {#ms-windows2} 83 ### <i class="fab fa-windows"></i> Microsoft Windows {#ms-windows2}
74 84
75 <div class="primary callout small" data-closable> 85 <div class="primary callout small" data-closable>
76 <b>Note:</b> All installers below bundle several <b>Octave packages</b> 86 <b>Note:</b> All installers below bundle several <b>Octave packages</b>
77 so they don't have to be installed separately. 87 so they don't have to be installed separately.
78 After installation type <code>pkg list</code> to list them.<br> 88 After installation type <code>pkg list</code> to list them.<br>