projekty
/
imago.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8489fc0
)
installation instructions
author
Tomas Musil
<tomik.musil@gmail.com>
Fri, 19 Oct 2012 21:50:08 +0000
(23:50 +0200)
committer
Tomas Musil
<tomik.musil@gmail.com>
Fri, 19 Oct 2012 21:50:08 +0000
(23:50 +0200)
README
patch
|
blob
|
history
makefile
patch
|
blob
|
history
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.
diff --git
a/makefile
b/makefile
index
11daba2
..
db25815
100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-1,4
+1,4
@@
-i
mago
: pcf.c
+i
nstall
: pcf.c
gcc -shared -I/usr/include/python2.7/ -lpython2.7 -o pcf.so pcf.c
clean:
rm -f pcf.so