From 2b3e40c0c1702b8519531cd76df28c6ec207ac33 Mon Sep 17 00:00:00 2001 From: Tomas Musil Date: Fri, 19 Oct 2012 23:50:08 +0200 Subject: [PATCH] installation instructions --- README | 4 ++++ makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.4.2