From caa6399590b41e9bdebf9626eba41ed27f3ab9c6 Mon Sep 17 00:00:00 2001 From: Tomas Musil Date: Sun, 24 Mar 2013 16:31:41 +0100 Subject: [PATCH] makefile, readme --- README | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.4.2