diff options
-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. |