instructions to checkout source
[gspca-barcode.git] / Makefile
1 grab: svv clean
2         echo "press g to grab image"
3         ./svv
4         convert -size 640x480 -depth 8 rgb:image.dat image.png
5         zbarimg image.png || qiv image.png
6
7
8 svv: svv.c
9         gcc -Wall svv.c -o svv $(shell pkg-config gtk+-2.0 libv4lconvert --cflags --libs)
10
11 clean:
12         rm -fv image.*