From 0fcf04db531963254781730431db6618b3974a8c Mon Sep 17 00:00:00 2001 From: Antoine Villeret Date: Tue, 8 Oct 2013 16:20:30 +0000 Subject: update building infos svn path=/trunk/externals/pix_opencv/; revision=17218 --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.txt') 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. -- cgit v1.2.1