281
edits
No edit summary |
(Linuxbrew option) |
||
Line 19: | Line 19: | ||
=== Octave's Personal Package Archive (PPA) for Ubuntu === | === Octave's Personal Package Archive (PPA) for Ubuntu === | ||
For some Ubuntu releases the | For some Ubuntu releases the Octave packages are too old (Ubuntu 12.04 only has Octave version 3.2). The [https://launchpad.net/~octave GNU Octave Team] on Launchpad maintains a PPA providing more up to date packages of Octave for all versions of Ubuntu. These are backported from Debian unstable (the Ubuntu Octave Team needs help testing and preparing the packages so if you can help with this, contact [[User:Mtmiller|Mike Miller]]). To set up your system to install these packages: | ||
sudo apt-add-repository ppa:octave/stable | sudo apt-add-repository ppa:octave/stable | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install octave | sudo apt-get install octave | ||
=== Linuxbrew === | |||
It is possible to install the current stable version of Octave and any needed dependencies within your home directory, particularly useful if you have an old Linux distribution or do not have root access, using [http://linuxbrew.sh Linuxbrew]: | |||
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install)" | |||
echo 'export PATH="$HOME/.linuxbrew/bin:$PATH"' >>~/.bash_profile | |||
brew install homebrew/science/octave | |||
== Compiling from source == | == Compiling from source == |
edits