Image acquisition package: Difference between revisions

(point to octave-forge release)
Line 203: Line 203:
== Build src from hg repo ==
== Build src from hg repo ==


Get the source here [http://sourceforge.net/p/octave/image-acquisition/ci/default/tree/] and build it yourself. Build dependencies for Debian GNU/Linux are '''libv4l-dev''' and '''libfltk1.3-dev'''.
'''Warning: You really should use the <pkg install -forge> method described above if you are not sure what you are doing here.'''
 
Get the source here [http://sourceforge.net/p/octave/image-acquisition/ci/default/tree/] and build it yourself. The build dependencies for Debian GNU/Linux wheezy are '''libv4l-dev''' and '''libfltk1.3-dev''' or '''libfltk1.1-dev'''. You also need the GNU autotools to generate the configure script.


  $ hg clone http://hg.code.sf.net/p/octave/image-acquisition octave-image-acquisition
  $ hg clone http://hg.code.sf.net/p/octave/image-acquisition octave-image-acquisition
$ cd octave-image-acquisition/src/ && ./bootstrap
$ cd ../..
  $ tar czf image-acquisition.tar.gz octave-image-acquisition
  $ tar czf image-acquisition.tar.gz octave-image-acquisition
  octave:>> pkg install image-acquisition.tar.gz
  octave:>> pkg install -verbose image-acquisition.tar.gz
219

edits