From: Tomas Musil Date: Fri, 19 Oct 2012 21:50:08 +0000 (+0200) Subject: installation instructions X-Git-Url: http://git.tomasm.cz/imago.git/commitdiff_plain/2b3e40c0c1702b8519531cd76df28c6ec207ac33 installation instructions --- diff --git a/README b/README index ea7a3db..453840c 100644 --- a/README +++ b/README @@ -2,6 +2,10 @@ Requirements: Python 2.7 PIL pygame +openCV (if you want to use a camera, otherwise not needed) + +Install: +Run "make install" in this directory. Usage: Run "imago.py --help" for help and usage examples. diff --git a/makefile b/makefile index 11daba2..db25815 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -imago: pcf.c +install: pcf.c gcc -shared -I/usr/include/python2.7/ -lpython2.7 -o pcf.so pcf.c clean: rm -f pcf.so