aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index ed941f3..c0360c5 100644
--- a/README.txt
+++ b/README.txt
@@ -34,11 +34,11 @@ cd pix_opencv
make
If you see something like « can’t find m_pd.h », you need to tweak pd’s path with this command :
-make --with-pd=/path/to/pd
+make CFLAGS=-I/path/to/pd
If you see something like « can’t find Base/GemPixObj.h », you need to tweak Gem’s path with this command :
-make --with-gem=/path/to/gem
+make CFLAGS=-I/path/to/gem
You can combine options like :
-make --with-pd=/path/to/pd --with-gem=/path/to/gem
+make CFLAGS=-I/path/to/pd CFLAGS=-I/path/to/gem
Windows
You need Visual C++ (at least the free express edition) to build pix_opencv on Windows.