aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Villeret <avilleret@users.sourceforge.net>2013-10-08 16:20:30 +0000
committerAntoine Villeret <avilleret@users.sourceforge.net>2013-10-08 16:20:30 +0000
commit0fcf04db531963254781730431db6618b3974a8c (patch)
tree9a108118d7eecdcff4016b5a87b8da8d62098993
parent85bce3dd5d03302a34206b8205da0f5aa6489241 (diff)
update building infos
svn path=/trunk/externals/pix_opencv/; revision=17218
-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.