octave-maintainers
[Top][All Lists]
Advanced

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

Re: build_octave


From: Tatsuro MATSUOKA
Subject: Re: build_octave
Date: Sun, 18 Mar 2018 13:37:51 +0900 (JST)

Perhaps cofigure was in failure. Please give  configure output.

Tatsuro

--- alokiitb11
> Please provide me the solution
> getting the error "make: *** No targets specified and no makefile found.  
> Stop"    while writting command "make -j2".thanks
> 
> On 18 March 2018 at 07:41, Dildar Sk <address@hidden> wrote:
> 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
> 
> 




reply via email to

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