Google
 

10/15/09

compile openCV 2.0 on snow leopard

In the command window:


>> CXXFLAGS="-m32"
>>  LDFLAGS="-m32"
>>  ./configure


After that, do the following:


>> make
>> sudo make install (run as root). 



No comments: