[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: signal package
From: |
Sergei Steshenko |
Subject: |
Re: signal package |
Date: |
Tue, 18 Jun 2013 02:54:49 -0700 (PDT) |
--- On Tue, 6/18/13, "Maximilian Schäkel" <address@hidden> wrote:
From: "Maximilian Schäkel" <address@hidden>
Subject: signal package
To: address@hidden
Date: Tuesday, June 18, 2013, 1:59 AM
Hello,
I have a problem with the installation of the signal package. I have the packet
signal-1.2.2.tar.gz still packed in my download folder.
If I give the following command in Octave:
pkg install-forge-signal-1.2.2.tar.gz
is output as error message:
warning: file-forge does not exist
warning: file> = does not exist
warning: file does not exist 2.2.3
error: The following dependencies where unsatisfied:
signal needs octave> = 3.6.0
signal needs specfun> = 0.0.0
control signal needs> = 2.2.3
signal needs general> = 1.3.2
Unfortunately I have no idea how this problem can be solved. I would be very
grateful if someone can tell me what I can install this package and command me
this command may also explicitly writes, I'm still very inexperienced with
octave
-----Inline Attachment Follows-----
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave
--------------------------------------------------------------------------
How about removing unnecessary dashes and adding necessary spaces ? I.e.:
pkg install -forge signal-1.2.2.tar.gz
.
And yes, you might need to first install other packages on which 'signal
depends.
Regards,
Sergei.
- signal package, Maximilian Schäkel, 2013/06/18
- Re: signal package,
Sergei Steshenko <=