[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Image package
From: |
PhilipNienhuis |
Subject: |
Re: Image package |
Date: |
Fri, 30 Oct 2015 00:29:20 -0700 (PDT) |
Alois Schloegl-7 wrote
> On 2015-10-29 16:49, Francesco Peciarolo wrote:
>> Hello!I have 3.8.0 Octave Version on my Macbook Pro, I have to install
>> image package but it needs octave >= 4.0.0. How can i install it? Thank
>> You
>>
>>
>>
>> _______________________________________________
>> Help-octave mailing list
>>
> Help-octave@
>> https://lists.gnu.org/mailman/listinfo/help-octave
>>
>
> You need to download and install older versions of the toolboxes:
> The following steps should do it.
>
>
> wget
> http://sourceforge.net/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/image-2.2.2.tar.gz
> wget
> http://sourceforge.net/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/linear-algebra-2.1.0.tar.gz
> wget
> http://sourceforge.net/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/general-1.3.4.tar.gz
>
>
> pkg install image-2.2.2.tar.gz general-1.3.4.tar.gz
> linear-algebra-2.1.0.tar.gz
I think Francesco may also need to override the version checks with the
"-nodeps" flag:
pkg install -nodeps ...........
Philip
--
View this message in context:
http://octave.1599824.n4.nabble.com/Image-package-tp4673207p4673211.html
Sent from the Octave - General mailing list archive at Nabble.com.