|
From: | SUDHIR KUMAR SUMAN |
Subject: | Re: build_octave |
Date: | Sun, 18 Mar 2018 09:19:53 +0530 |
Building Octave isn't very hard.
Follow this Quickstart.
Quick start
-----------
1. Install all the required dependencies.
just pqste this:
sudo apt-get install gcc g++ gfortran make 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-x11 libgraphicsmagick++1-dev
libhdf5-serial-dev openjdk-8-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 libqt4-opengl-dev libsuitesparse-dev texlive
libxft-dev zlib1g-dev autoconf automake bison flex gperf gzip icoutils
librsvg2-bin libtool perl rsync tar
2. Clone the Octave sources:
hg clone https://www.octave.org/hg/octave
3. Change to the top-level directory of the Octave source tree and
run the `bootstrap` script:
cd octave
./bootstrap
4. Create a build directory, `cd` to it, then run `configure` and
`make`, or `make -jX` (to run `X` simultaneous jobs):
mkdir .build
cd .build
../configure
make -j2
make check
make install
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-Maintainers- f1638794.html
[Prev in Thread] | Current Thread | [Next in Thread] |