OpenPIV C++ with Qt4 is compiled on Mac OS X 10.5
It was easier than anything else using the Macports http://www.macports.org/.
- Install Qt4 by >> sudo port install qt4-mac
- Install fftw by >> sudo port install fftw-3
- Download the latest source from the Sourceforge.net: see http://www.openpiv.net for the link
- Unzip and run: >> qmake -o Makefile urapiv.pro (urapiv is our old brand name). qmake is by Qt4
- run >> make to compile the whole thing together into urapiv.app (the executable for Mac OS X)
Advertisement
