Wagner Patriota
Wagner Patriota

Reputation: 5674

How to install OpenCV 2.1 via MacPorts in 32-bit?

if we do "sudo port install opencv" it works fine but it installs in 64 bit as default. How do I install in 32-bit?

Upvotes: 1

Views: 935

Answers (1)

karlphillip
karlphillip

Reputation: 93410

If you want an easy answer you should consider moving to homebrew, which installs the 32bits version by default.

Upvotes: 2

Related Questions