comparison download.md @ 85:3097ca2663ae kai

Markdownified Commercial support and make list in Downloads.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 18:37:32 +0200
parents 5e297505996c
children
comparison
equal deleted inserted replaced
84:5caa2af27956 85:3097ca2663ae
2 layout: default 2 layout: default
3 title: Download 3 title: Download
4 menu: true 4 menu: true
5 --- 5 ---
6 6
7 ## Source 7 - **GNU/Linux**
8 8
9 The latest released version of Octave is always available from 9 Executable versions of Octave for GNU/Linux systems are provided by the
10 [ftp://ftp.gnu.org/gnu/octave](ftp://ftp.gnu.org/gnu/octave). 10 individual distributions. Distributions known to package Octave include:
11 [Debian][1], [Ubuntu][2], [Fedora][3], [Gentoo][4], and [openSUSE][5].
12 These packages are created by volunteers. The delay between an Octave
13 source release and the availability of a package for a particular GNU/Linux
14 distribution varies. The Octave project has no control over that process.
11 15
12 If you are interested in working with the latest version of the 16 [1]: https://packages.debian.org/octave
13 Octave sources, just clone the [Mercurial][1] development repository 17 [2]: http://packages.ubuntu.com/octave
14 18 [3]: https://apps.fedoraproject.org/packages/octave
15 {% highlight text %} 19 [4]: https://packages.gentoo.org/packages/sci-mathematics/octave
16 hg clone http://www.octave.org/hg/octave 20 [5]: https://en.opensuse.org/Octave
17 {% endhighlight %}
18
19 [More information]({{ "get-involved.html" | relative_url }}).
20
21 [1]: https://www.mercurial-scm.org
22 21
23 22
24 23
25 ## GNU/Linux 24 - **Mac**
26 25
27 Executable versions of Octave for GNU/Linux systems are provided 26 The Wiki has some instructions for [installing Octave on OS X systems][6].
28 by the individual distributions.
29 Distributions known to package Octave include:
30 [Debian][2], [Ubuntu][3], [Fedora][4], [Gentoo][5], and [openSUSE][6].
31 These packages are created by volunteers.
32 The delay between an Octave source release and the availability
33 of a package for a particular GNU/Linux distribution varies.
34 The Octave project has no control over that process.
35 27
36 [2]: https://packages.debian.org/octave 28 [6]: {{ site.wiki_url }}/Octave_for_MacOS_X
37 [3]: http://packages.ubuntu.com/octave
38 [4]: https://apps.fedoraproject.org/packages/octave
39 [5]: https://packages.gentoo.org/packages/sci-mathematics/octave
40 [6]: https://en.opensuse.org/Octave
41 29
42 30
43 31
44 ## Mac 32 - **Windows**
45 33
46 The Wiki has some instructions for 34 Windows binaries with corresponding source code can be downloaded from
47 [installing Octave on OS X systems][7]. 35 [https://ftp.gnu.org/gnu/octave/windows/][7].
48 36
49 [7]: http://wiki.octave.org/Octave_for_MacOS_X 37 [7]: https://ftp.gnu.org/gnu/octave/windows/
50 38
51 39
52 40
53 # Windows 41 - **BSD**
54 42
55 Windows binaries with corresponding source code can be downloaded from 43 Executable versions of Octave for BSD systems are provided by the individual
56 [https://ftp.gnu.org/gnu/octave/windows/](https://ftp.gnu.org/gnu/octave/windows/). 44 distributions. Both [FreeBSD][8] and [OpenBSD][9] have Octave packages.
45 These packages are created by volunteers. The delay between an Octave source
46 release and the availability of a package for a particular GNU/Linux
47 distribution varies. The Octave project has no control over that process.
48
49 [8]: https://www.freebsd.org/
50 [9]: https://www.openbsd.org/
57 51
58 52
59 53
60 ## BSD 54 - **Source**
61 55
62 Executable versions of Octave for BSD systems are provided 56 The source code of the latest released version of GNU Octave is always
63 by the individual distributions. 57 available from [https://ftp.gnu.org/gnu/octave/][10].
64 Both <a href="http://freebsd.org">FreeBSD</a> 58
65 and <a href="http://openbsd.org">OpenBSD</a> have Octave 59 If you are interested in working with the latest version of the
66 packages. These packages are created by volunteers. The delay 60 [Octave development sources][11], just clone the [Mercurial][12] (hg)
67 between an Octave source release and the availability of a package 61 repository
68 for a particular GNU/Linux distribution varies. The Octave 62
69 project has no control over that process. 63 {% highlight bash %}
64 hg clone http://www.octave.org/hg/octave
65 {% endhighlight %}
66
67
68
69 [10]: https://ftp.gnu.org/gnu/octave/
70 [11]: {{ "get-involved.html" | relative_url }}
71 [12]: https://www.mercurial-scm.org