installation instructions
authorTomas Musil <tomik.musil@gmail.com>
Fri, 19 Oct 2012 21:50:08 +0000 (23:50 +0200)
committerTomas Musil <tomik.musil@gmail.com>
Fri, 19 Oct 2012 21:50:08 +0000 (23:50 +0200)
README
makefile

diff --git a/README b/README
index ea7a3db..453840c 100644 (file)
--- 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.
index 11daba2..db25815 100644 (file)
--- 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