From: Tomas Musil Date: Sun, 24 Mar 2013 15:31:41 +0000 (+0100) Subject: makefile, readme X-Git-Url: http://git.tomasm.cz/imago.git/commitdiff_plain/caa6399590b41e9bdebf9626eba41ed27f3ab9c6?ds=sidebyside makefile, readme --- diff --git a/README b/README index 453840c..782b4d0 100644 --- 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 --- 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