diff options
author | Antoine Villeret <avilleret@users.sourceforge.net> | 2013-10-08 16:20:30 +0000 |
---|---|---|
committer | Antoine Villeret <avilleret@users.sourceforge.net> | 2013-10-08 16:20:30 +0000 |
commit | 0fcf04db531963254781730431db6618b3974a8c (patch) | |
tree | 9a108118d7eecdcff4016b5a87b8da8d62098993 | |
parent | 85bce3dd5d03302a34206b8205da0f5aa6489241 (diff) |
update building infos
svn path=/trunk/externals/pix_opencv/; revision=17218
-rw-r--r-- | README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |