Re: Octave 3.2.2 for Ubuntu9.04 -- How to compile from sources
From:
Judd Storrs
Subject:
Re: Octave 3.2.2 for Ubuntu9.04 -- How to compile from sources
Date:
Sat, 19 Sep 2009 16:27:03 -0400
The following describes how I successfully built octave-3.2.2 on a fresh install of Ubuntu 9.04. After I finished install from the CD, I used Synaptic to update all Ubuntu packages. I did not change any software sources from the defaults. Here's how I proceeded:
If it succeeds proceed to step 2. Otherwise if it complains that there is more than one package that satisfies libcurl4-dev use
$ sudo apt-get install libcurl4-gnutls-dev
and then repeat the first command again.
libcurl4-dev is required for step 2, but it is a virtual package satisfied by two other packages--either libcurl4-gnutls-dev or libcurl4-openssl-dev. I used libcurl4-gnutls-dev but I assume you could use the openssl one. If the first command succeeds then you already have one of these.
2) Install packages needed to build octave ------------------------------------------
$ sudo apt-get build-dep octave3.0
3) Download libqrupdate packages from Karmic. (OPTIONAL) --------------------------------------------------------