219
edits
No edit summary |
(point to octave-forge release) |
||
Line 1: | Line 1: | ||
The {{Forge| | The {{Forge|image-acquisition}} package is part of the [[Octave Forge]] project. | ||
Build dependencies for Debian GNU/Linux are '''libv4l-dev''' and '''libfltk1.3-dev'''. You can installed it on GNU/Linux in octave with | |||
octave> pkg install -forge image-acquisition | |||
If you want to report a bug see [[Image_acquisition_package#Reporting_bugs]] | If you want to report a bug see [[Image_acquisition_package#Reporting_bugs]] | ||
Line 203: | Line 200: | ||
The two errors are expected, see test scripts. If there are tests which FAIL, then please have a look at the generated fntest.log and add it to your bug report. | The two errors are expected, see test scripts. If there are tests which FAIL, then please have a look at the generated fntest.log and add it to your bug report. | ||
== 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'''. | |||
$ hg clone http://hg.code.sf.net/p/octave/image-acquisition octave-image-acquisition | |||
$ tar czf image-acquisition.tar.gz octave-image-acquisition | |||
octave:>> pkg install image-acquisition.tar.gz |
edits