help-octave
[Top][All Lists]
Advanced

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

Re: Variables


From: John W. Eaton
Subject: Re: Variables
Date: Wed, 24 Feb 2010 16:20:31 -0500

On 24-Feb-2010, Jordi Guti rrez Hermoso wrote:

| On 23 February 2010 21:45, Mike B. <address@hidden> wrote:
| 
| > Is there an easy way to install the Octave development version on Debian 
squeeze?
| 
| Clone the hg tree, use apt-get build-dep octave3.2 to get the
| dependencies that are likely to be needed, build the hg tree (it uses
| the standard GNU build system), install it (optionally with
| checkinstall).

I also always recommend using a prefix like

  --prefix=/usr/local/octave/devel

or similar so that everything will be installed below a single
directory.  That keeps your build from interfering with any package
system and makes it trivial to remove the entire thing with a single
"rm -rf".

jwe


reply via email to

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