help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installation of GNU Octave on Ubuntu 15.04


From: Sebastian Schöps
Subject: Re: Installation of GNU Octave on Ubuntu 15.04
Date: Sun, 14 Jun 2015 09:37:03 -0700 (PDT)

Since also a colleague of mine had problems with installing Octave on Ubuntu
I posted the following simple steps on my  blog
<http://http://www.schoeps.org/home/2015/06/five-simple-instructions-to-compile-octave-4-on-ubuntu/>
  
# 1) get necessary dev-toolssudo apt-get install g++ gcc gfortran make
autoconf automake bison flex gperf gzip icoutils librsvg2-bin libtool perl
rsync tar# 2) get necessary packagessudo apt-get install libblas-dev
liblapack-dev libpcre3-dev libarpack2-dev libcurl4-gnutls-dev epstool
libfftw3-dev transfig libfltk1.3-dev libfontconfig1-dev libfreetype6-dev
libgl2ps-dev libglpk-dev libreadline-dev gnuplot libgraphicsmagick++-dev
libhdf5-serial-dev openjdk-7-jdk libsndfile1-dev llvm-dev lpr texinfo
libgl1-mesa-dev libosmesa6-dev pstoedit portaudio19-dev libqhull-dev
libqrupdate-dev libqscintilla2-dev libqt4-dev libqtcore4 libqtwebkit4
libqt4-network libqtgui4 libsuitesparse-dev libxft-dev zlib1g-dev# 3)
download and extractcd /tmpwget -c
ftp://ftp.gnu.org/gnu/octave/octave-4.0.0.tar.gztar -xzf
octave-4.0.0.tar.gzcd octave-4.0.0# 4) configure and make./configure
--prefix=/opt/local/octave-4.0.0 CPPFLAGS=-I/usr/include/hdf5/serial
LDFLAGS=-L/usr/lib/$(dpkg-architecture
-qDEB_HOST_MULTIARCH)/hdf5/serialmakemake check# 5) installsudo make install 




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Installation-of-GNU-Octave-on-Ubuntu-15-04-tp4670899p4670912.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]