help-octave
[Top][All Lists]
Advanced

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

Re: Problem while installing the communications package.


From: Kai Torben Ohlhus
Subject: Re: Problem while installing the communications package.
Date: Tue, 9 Oct 2018 17:01:23 +0200

On Tue, Oct 9, 2018 at 2:27 PM CactusLord <address@hidden> wrote:
So that links seems to be broken. But i guess it had the current patch to the
package, which i was trying to install atm. Which are the steps to apply it?
Sorry for my great ignorance of linux.

Thanks in advance.


The links that Marco Atzeri sent you are:
 

To apply the patch [2] in Linux, download the latest version of the package

  $ tar -xf communications-1.2.1.tar.gz 
  $ rm communications-1.2.1.tar.gz
  $ cd communications-1.2.1/
  $ patch -p1 < ../octave-4.4-all.patch
  $ cd ..
  $ tar -zcf communications-1.2.1.tar.gz communications-1.2.1
  $ rm -R communications-1.2.1

Then from within Octave:

  >> pkg install communications-1.2.1.tar.gz

HTH,
Kai

reply via email to

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