makefile, readme
authorTomas Musil <tomik.musil@gmail.com>
Sun, 24 Mar 2013 15:31:41 +0000 (16:31 +0100)
committerTomas Musil <tomik.musil@gmail.com>
Sun, 24 Mar 2013 15:31:41 +0000 (16:31 +0100)
README
makefile

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)
index 0192f0c..bd149a7 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
 install: pcf.c
-       gcc -Ofast -shared -I/usr/include/python2.7/ -lpython2.7 -o pcf.so pcf.c
+       gcc -O3 -fPIC -shared -I/usr/include/python2.7/ pcf.c -lpython2.7 -o pcf.so
 clean:
        rm -f pcf.so