Re: [OctDev] Installing forge packages from svn

2009-06-07 Thread Tatsuro MATSUOKA
Hello The pkg install command works not only for tar.gz file but also for the directory. For example, if you download ANN package to the directory named ANN, (of course after autogen.sh) pkg install ANN will install ANN package. Regards Tatsuro --- Benjamin Lindner wrote: > Hello, > > Is t

Re: [OctDev] Installing forge packages from svn

2009-06-07 Thread David Bateman
Benjamin Lindner wrote: > Hello, > > Is there an easy way to try installing an octave-forge package from SVN > source? > > As far as I understand, pkg.m only works for .tar.gz packages, so I > guess I need to somehow create a gzipped package from the SVN sources. > > I had a look at the svn tree,

[OctDev] Installing forge packages from svn

2009-06-07 Thread Benjamin Lindner
Hello, Is there an easy way to try installing an octave-forge package from SVN source? As far as I understand, pkg.m only works for .tar.gz packages, so I guess I need to somehow create a gzipped package from the SVN sources. I had a look at the svn tree, but to be honest I got confused as to