view download.md @ 88:45d807d2bfcc kai

Revisit index start page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 18:39:05 +0200
parents 3097ca2663ae
children
line wrap: on
line source

---
layout: default
title: Download
menu: true
---

- **GNU/Linux**

  Executable versions of Octave for GNU/Linux systems are provided by the
  individual distributions.  Distributions known to package Octave include:
  [Debian][1], [Ubuntu][2], [Fedora][3], [Gentoo][4], and [openSUSE][5].
  These packages are created by volunteers.  The delay between an Octave
  source release and the availability of a package for a particular GNU/Linux
  distribution varies.  The Octave project has no control over that process.

[1]: https://packages.debian.org/octave
[2]: http://packages.ubuntu.com/octave
[3]: https://apps.fedoraproject.org/packages/octave
[4]: https://packages.gentoo.org/packages/sci-mathematics/octave
[5]: https://en.opensuse.org/Octave



- **Mac**

  The Wiki has some instructions for [installing Octave on OS X systems][6].

[6]: {{ site.wiki_url }}/Octave_for_MacOS_X



- **Windows**

  Windows binaries with corresponding source code can be downloaded from
  [https://ftp.gnu.org/gnu/octave/windows/][7].

[7]: https://ftp.gnu.org/gnu/octave/windows/



- **BSD**

  Executable versions of Octave for BSD systems are provided by the individual
  distributions.  Both [FreeBSD][8] and [OpenBSD][9] have Octave packages.
  These packages are created by volunteers.  The delay between an Octave source
  release and the availability of a package for a particular GNU/Linux
  distribution varies.  The Octave project has no control over that process.

[8]: https://www.freebsd.org/
[9]: https://www.openbsd.org/



- **Source**

  The source code of the latest released version of GNU Octave is always
  available from [https://ftp.gnu.org/gnu/octave/][10].

  If you are interested in working with the latest version of the
  [Octave development sources][11], just clone the [Mercurial][12] (hg)
  repository

  {% highlight bash %}
  hg clone http://www.octave.org/hg/octave
  {% endhighlight %}



[10]: https://ftp.gnu.org/gnu/octave/
[11]: {{ "get-involved.html" | relative_url }}
[12]: https://www.mercurial-scm.org