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/.

  1. Install Qt4 by >> sudo port install qt4-mac
  2. Install fftw by >> sudo port install fftw-3
  3. Download the latest source from the Sourceforge.net: see http://www.openpiv.net for the link
  4. Unzip and run: >> qmake -o Makefile urapiv.pro (urapiv is our old brand name). qmake is by Qt4
  5. run >> make to compile the whole thing together into urapiv.app (the executable for Mac OS X)
Screenshot of OpenPIV C++ with Qt4 on Mac OS X

Screenshot of OpenPIV C++ with Qt4 on Mac OS X

Advertisement