Octave in home directory: Difference between revisions

Jump to navigation Jump to search
→‎1. Install dependencies: remove list of dependencies, link to Debian systems page
(Created page with "Installing in Userland is a methode to install GNU Octave next to your repository installation at the same time. This works with every Linux distribution and is especially for...")
 
(→‎1. Install dependencies: remove list of dependencies, link to Debian systems page)
Line 8: Line 8:
You need at least a set of developement utils.
You need at least a set of developement utils.


For Debian (and Debian-based distributions)
For Debian (and Debian-based distributions) see the required pages on it's [[Octave for Debian systems|distro specific page]].
  sudo apt-get install build-essential
 
For Arch Linux
For Arch Linux
   sudo pacman -S base-devel
   sudo pacman -S base-devel


For more informations, take a look at the ''./configure'' summary and/or read INSTALL.OCTAVE! [[Octave_for_Debian_systems#Dependencies|This]] is worth reading too.
For more informations, take a look at the ''./configure'' summary and read the {{Path|INSTALL.OCTAVE}} file that comes distributed with Octave.
 
==== TL;DR ====
 
Example for Ubuntu 12.04 alias, any animal...'''it's rough – no claim to completeness nor to correctness!'''
 
sudo apt-get install libblas-dev liblapack-dev libarpack2-dev libcurl4-gnutls-dev epstool libfftw3-dev transfig  libfontconfig1-dev \
libfreetype6-dev libgl2ps-dev libglpk-dev libreadline-dev gnuplot libgraphicsmagick++-dev libhdf5-serial-dev openjdk-7-jdk  lpr texinfo \
libgl-dev* pstoedit libqhull-dev libqrupdate-dev libqscintilla2-dev libqt4-dev libqtcore4 libqtwebkit4 libqt4-network libqtgui4 \
libsuitesparse-dev libxft-dev zlib1g-dev autoconf automake bison flex gperf gzip libtool make perl rsync tar g++ gcc gfortran make wget \
libpcre++-dev llvm-3.3-dev libfltk1.3-dev texlive build-essential
 


== 2. Download Octave Sourcecode ==
== 2. Download Octave Sourcecode ==

Navigation menu