On 3/22/2012 2:39 PM, Janne Virtanen wrote:
> I have windows vista. Octave command line is working. I want to process 
> images.
> I didn't do this;
> pkg install package_file_name.tar.gz
>
> I think I downloaded Octave-3.2.4_i686-pc-mingw32_gcc-4.4.0_setup.exe
> and not Octave-3.2.4_i686-pc-mingw32_gcc-4.4.0_generic.zip
>
>
> pkg install package_file_name.tar.gz - So how I should write that? Like this;
>
> pkg install Octave-3.2.4_i686-pc-mingw32_gcc-4.4.0
> pkg install Octave-3.2.4_i686-pc-mingw32_gcc-4.4.0_generic.zip
>
>
> Please help, soon!
>
> Jan
>

you are a bit confused.

"pkg install" is a internal octave command for installing additional
package that will expand/change the octave capability.
So "pkg install Octave-3.2.4_i686-pc-mingw32_gcc-4.4.0" is a nonsense.

As you want to process images, I presume you want to add the additional
functionality of
http://octave.sourceforge.net/image/index.html

As mentioned on
http://www.octave.org/wiki/index.php?title=Octave_for_Windows

Octave-3.2.4_i686-pc-mingw32_gcc-4.4.0_setup.exe

includes already the image-1.0.10 package.

so if you installed from the exe, you need just "pkg load image" to have 
it working

Regards
Marco





------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to