annotate _includes/install.html @ 149:0e0b775b3205

* _includes/install.html: Update version numbers for Windows binaries.
author John W. Eaton <jwe@octave.org>
date Tue, 01 May 2018 13:37:02 -0400
parents 3ba23820c3dc
children 20250b0dca08
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
1 <ul class="tabs" data-tab>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
2 <li class="tab-title"><a href="#source">Source</a></li>
13
560cd6870417 use FSF preferred terminology
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 5
diff changeset
3 <li class="tab-title active"><a href="#linux">GNU/Linux</a></li>
125
d79176062baa Use consistent naming convention for macOS
Mike Miller <mtmiller@octave.org>
parents: 121
diff changeset
4 <li class="tab-title"><a href="#macos">macOS</a></li>
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
5 <li class="tab-title"><a href="#bsd">BSD</a></li>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
6 <li class="tab-title"><a href="#windows">Windows</a></li>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
7 </ul>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
8 <div class="tabs-content">
110
40babc87d1bc Enable website accessabilty without Javascript.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 106
diff changeset
9 <div class="no-js content active" id="linux">
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
10 <p>
106
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
11 Executable versions of GNU Octave for GNU/Linux systems are provided
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
12 by the individual distributions. Distributions known to package Octave
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
13 include <a href="https://www.debian.org/">Debian</a>,
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
14 <a href="https://www.ubuntu.com/">Ubuntu</a>,
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
15 <a href="https://getfedora.org/">Fedora</a>,
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
16 <a href="https://gentoo.org/">Gentoo</a>, and
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
17 <a href="https://www.opensuse.org/">openSUSE</a>.
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
18 These packages are created by volunteers. The delay between an Octave
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
19 source release and the availability of a package for a particular
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
20 GNU/Linux distribution varies.
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
21 </p>
147
3ba23820c3dc * _includes/install.html: Mention Flatpack installation method (bug #53595).
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 141
diff changeset
22 <p>
3ba23820c3dc * _includes/install.html: Mention Flatpack installation method (bug #53595).
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 141
diff changeset
23 Alternatively, many distributions support
3ba23820c3dc * _includes/install.html: Mention Flatpack installation method (bug #53595).
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 141
diff changeset
24 <a href="https://flatpak.org/setup/">Flatpak</a> and one can obtain
3ba23820c3dc * _includes/install.html: Mention Flatpack installation method (bug #53595).
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 141
diff changeset
25 <a href="https://flathub.org/apps/details/org.octave.Octave">GNU Octave
3ba23820c3dc * _includes/install.html: Mention Flatpack installation method (bug #53595).
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 141
diff changeset
26 from Flathub</a>.
3ba23820c3dc * _includes/install.html: Mention Flatpack installation method (bug #53595).
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 141
diff changeset
27 </p>
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
28 </div>
125
d79176062baa Use consistent naming convention for macOS
Mike Miller <mtmiller@octave.org>
parents: 121
diff changeset
29 <div class="no-js content" id="macos">
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
30 <p>
121
3e9a81efaf79 * install.html: add missing slash for wiki link to macOS instructions
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 110
diff changeset
31 The <a href="{{ site.wiki_url }}/Octave_for_MacOS_X">Octave Wiki</a>
125
d79176062baa Use consistent naming convention for macOS
Mike Miller <mtmiller@octave.org>
parents: 121
diff changeset
32 has instructions for installing Octave on macOS systems. Octave may
106
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
33 also be available in third-party package managers such as
136
aaf612aece2b Use https URLs where possible
Mike Miller <mtmiller@octave.org>
parents: 134
diff changeset
34 <a href="https://brew.sh/">Homebrew</a>,
125
d79176062baa Use consistent naming convention for macOS
Mike Miller <mtmiller@octave.org>
parents: 121
diff changeset
35 <a href="https://www.macports.org">MacPorts</a>, or
106
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
36 <a href="http://www.finkproject.org">Fink</a>.
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
37 </p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
38 </div>
110
40babc87d1bc Enable website accessabilty without Javascript.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 106
diff changeset
39 <div class="no-js content" id="bsd">
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
40 <p>
106
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
41 Executable versions of Octave for BSD systems are provided by the
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
42 individual distributions. Both
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
43 <a href="https://www.freebsd.org/">FreeBSD</a> and
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
44 <a href="https://www.openbsd.org/">OpenBSD</a> have Octave packages.
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
45 These packages are created by volunteers. The delay between an Octave
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
46 source release and the availability of a package for a particular
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
47 GNU/Linux distribution varies. The Octave project has no control over
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
48 that process.
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
49 </p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
50 </div>
110
40babc87d1bc Enable website accessabilty without Javascript.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 106
diff changeset
51 <div class="no-js content" id="windows">
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
52 <p>
149
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
53 The latest stable version is GNU Octave 4.4.0:
134
aaf02eaffa08 _includes/install.html: Improve quick access to binaries for Windows users.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
54 <ul>
aaf02eaffa08 _includes/install.html: Improve quick access to binaries for Windows users.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
55 <li>
149
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
56 <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w32-installer.exe">octave-4.4.0-w32-installer.exe</a>
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
57 (~ 198 MB)
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
58 <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w32-installer.exe.sig">[signature]</a>
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
59 </li>
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
60 <li>
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
61 <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w64-installer.exe">octave-4.4.0-w64-installer.exe</a>
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
62 (~ 205 MB)
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
63 <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w64-installer.exe.sig">[signature]</a>
134
aaf02eaffa08 _includes/install.html: Improve quick access to binaries for Windows users.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
64 </li>
aaf02eaffa08 _includes/install.html: Improve quick access to binaries for Windows users.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
65 <li>
149
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
66 <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w32.7z">octave-4.4.0-w32.7z</a>
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
67 (~ 185 MB)
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
68 <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w32.7z.sig">[signature]</a>
134
aaf02eaffa08 _includes/install.html: Improve quick access to binaries for Windows users.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
69 </li>
aaf02eaffa08 _includes/install.html: Improve quick access to binaries for Windows users.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
70 <li>
149
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
71 <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w64.7z">octave-4.4.0-w64.7z</a>
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
72 (~ 219 MB)
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
73 <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w64.7z.sig">[signature]</a>
134
aaf02eaffa08 _includes/install.html: Improve quick access to binaries for Windows users.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
74 </li>
aaf02eaffa08 _includes/install.html: Improve quick access to binaries for Windows users.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
75 <li>
149
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
76 <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w32.zip">octave-4.4.0-w32.zip</a>
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
77 (~ 323 MB)
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
78 <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w32.zip.sig">[signature]</a>
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
79 </li>
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
80 <li>
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
81 <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w64.zip">octave-4.4.0-w64.zip</a>
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
82 (~ 407 MB)
0e0b775b3205 * _includes/install.html: Update version numbers for Windows binaries.
John W. Eaton <jwe@octave.org>
parents: 147
diff changeset
83 <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.0-w64.zip.sig">[signature]</a>
134
aaf02eaffa08 _includes/install.html: Improve quick access to binaries for Windows users.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
84 </li>
aaf02eaffa08 _includes/install.html: Improve quick access to binaries for Windows users.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
85 </ul>
aaf02eaffa08 _includes/install.html: Improve quick access to binaries for Windows users.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
86 </p>
aaf02eaffa08 _includes/install.html: Improve quick access to binaries for Windows users.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
87 <p>
aaf02eaffa08 _includes/install.html: Improve quick access to binaries for Windows users.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
88 All Windows binaries with corresponding source code can be downloaded from
aaf02eaffa08 _includes/install.html: Improve quick access to binaries for Windows users.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
89 <a href="https://ftp.gnu.org/gnu/octave/windows/">https://ftp.gnu.org/gnu/octave/windows/</a>.
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
90 </p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
91 </div>
110
40babc87d1bc Enable website accessabilty without Javascript.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 106
diff changeset
92 <div class="no-js content" id="source">
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
93 <p>
106
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
94 The latest released version of Octave is always available from
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
95 <a href="https://ftp.gnu.org/gnu/octave/">https://ftp.gnu.org/gnu/octave/</a>.
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
96 </p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
97 </div>
35
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 19
diff changeset
98 </div>