help-octave
[Top][All Lists]
Advanced

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

Re: Unable to compile octave-forge? Is it compatible with octave 4.0.0?


From: Doug Stewart
Subject: Re: Unable to compile octave-forge? Is it compatible with octave 4.0.0?
Date: Fri, 26 Jun 2015 09:55:03 -0400



On Fri, Jun 26, 2015 at 8:25 AM, Davinder Kaur <address@hidden> wrote:
 I recently installed octave 4.0.0 in ubuntu. It is working fine. For image
processing, I tried to compile octave-forge but it didn't worked. I used the
following command:

sudo apt-get install $( apt-cache search octave-forge | awk '{printf $1;
printf " "}' )

There were so many dependencies, it asked for. When I installed, I came to
the following error:

There were so many dependencies, it asked for. When I installed, I came to
the following error:

http://pastie.org/10258154 <http://pastie.org/10258154>

Now, I searched on Google and found that the package is not compatible with
the latest octave-4.0.0. Is it so?

I removed octave 4.0.0 and all other related things. Now I wanna fresh
install. Please let me know which version I should install. I'm working on
image processing, so need related function to implement here on octave.
Octave-forge is also the requirement. Please guide me, I'm new to it.

 




You don't install octave-forge'

You install packages from octave-forge wed site.



as Tatsuro said :
Use synaptic package manager to install graphicsmagick and its dev toolkit

Reinstall octave 4.0.0

now from inside Octave use the pkg command to install the image pkg.

pkg install -forge -verbose image

then also do

pkg load image

You should now be able to use the function that are included in the image pkg.

-- 
DASCertificate for 206392


reply via email to

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