projekty
/
imago.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24a7e92
)
makefile, readme
author
Tomas Musil
<tomik.musil@gmail.com>
Sun, 24 Mar 2013 15:31:41 +0000
(16:31 +0100)
committer
Tomas Musil
<tomik.musil@gmail.com>
Sun, 24 Mar 2013 15:31:41 +0000
(16:31 +0100)
README
patch
|
blob
|
history
makefile
patch
|
blob
|
history
diff --git
a/README
b/README
index
453840c
..
782b4d0
100644
(file)
--- a/
README
+++ b/
README
@@
-1,5
+1,5
@@
Requirements:
-Python 2.7
+Python 2.7
(including dev)
PIL
pygame
openCV (if you want to use a camera, otherwise not needed)
diff --git
a/makefile
b/makefile
index
0192f0c
..
bd149a7
100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-1,4
+1,4
@@
install: pcf.c
- gcc -O
fast -shared -I/usr/include/python2.7/ -lpython2.7 -o pcf.so pcf.c
+ gcc -O
3 -fPIC -shared -I/usr/include/python2.7/ pcf.c -lpython2.7 -o pcf.so
clean:
rm -f pcf.so