octave-maintainers
[Top][All Lists]
Advanced

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

Re: odepkg gone on octaveforge?


From: Carlo De Falco
Subject: Re: odepkg gone on octaveforge?
Date: Sun, 3 Sep 2017 17:27:08 +0000

> On 3 Sep 2017, at 19:16, Carlo De Falco <address@hidden> wrote:
> 
> this assumes you are using a release version of Octave, if you are using a 
> development snapshot, you shoud use the following instead
> 
>  [fname, success] = urlwrite 
> ("https://bitbucket.org/odepkg/odepkg/get/default.tar.gz";, fullfile 
> (P_tmpdir, "odepkg.tar.gz"));
>  assert (success)
>  pkg ("install", fname)

oops sorry, the above should have been:

 [fname, success] = urlwrite 
("https://bitbucket.org/odepkg/odepkg/get/octave43.tar.gz";, fullfile (P_tmpdir, 
"odepkg.tar.gz"));
 assert (success)
 pkg ("install", fname)

c.





reply via email to

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