annotate download.md @ 59:9ed0088bf27f kai

Remove the fancy download stuff. Make plain static page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 11 Oct 2016 16:00:52 +0200
parents 1810308dba49
children 5e297505996c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
50
1810308dba49 Moved install to download for backward compatibility.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
1 ---
1810308dba49 Moved install to download for backward compatibility.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
2 layout: default
1810308dba49 Moved install to download for backward compatibility.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
3 title: Install
1810308dba49 Moved install to download for backward compatibility.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
4 menu: true
1810308dba49 Moved install to download for backward compatibility.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
5 ---
1810308dba49 Moved install to download for backward compatibility.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
6
59
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
7 ## Source
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
8
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
9 The latest released version of Octave is always available from
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
10 [ftp://ftp.gnu.org/gnu/octave](ftp://ftp.gnu.org/gnu/octave).
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
11
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
12 If you are interested in working with the latest version of the
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
13 Octave sources, just clone the [Mercurial][1] development repository
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
14
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
15 {% highlight text %}
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
16 hg clone http://www.octave.org/hg/octave
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
17 {% endhighlight %}
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
18
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
19 More information is given [here]({{ "contribute.html" | relative_url }}).
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
20
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
21 [1]: https://www.mercurial-scm.org
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
22
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
23
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
24
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
25 ## GNU/Linux
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
26
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
27 Executable versions of Octave for GNU/Linux systems are provided
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
28 by the individual distributions.
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
29 Distributions known to package Octave include:
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
30 [Debian][2], [Ubuntu][3], [Fedora][4], [Gentoo][5], and [openSUSE][6].
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
31 These packages are created by volunteers.
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
32 The delay between an Octave source release and the availability
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
33 of a package for a particular GNU/Linux distribution varies.
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
34 The Octave project has no control over that process.
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
35
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
36 [2]: https://packages.debian.org/octave
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
37 [3]: http://packages.ubuntu.com/octave
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
38 [4]: https://apps.fedoraproject.org/packages/octave
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
39 [5]: https://packages.gentoo.org/packages/sci-mathematics/octave
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
40 [6]: https://en.opensuse.org/Octave
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
41
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
42
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
43
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
44 ## Mac
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
45
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
46 The Wiki has some instructions for
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
47 [installing Octave on OS X systems][7].
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
48
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
49 [7]: http://wiki.octave.org/Octave_for_MacOS_X
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
50
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
51
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
52
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
53 ## BSD
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
54
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
55 Executable versions of Octave for BSD systems are provided
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
56 by the individual distributions.
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
57 Both <a href="http://freebsd.org">FreeBSD</a>
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
58 and <a href="http://openbsd.org">OpenBSD</a> have Octave
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
59 packages. These packages are created by volunteers. The delay
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
60 between an Octave source release and the availability of a package
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
61 for a particular GNU/Linux distribution varies. The Octave
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
62 project has no control over that process.
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
63
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
64
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
65 # Windows
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
66
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
67 Windows binaries with corresponding source code can be downloaded from
9ed0088bf27f Remove the fancy download stuff. Make plain static page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 50
diff changeset
68 [https://ftp.gnu.org/gnu/octave/windows/](https://ftp.gnu.org/gnu/octave/windows/).