VTK/Building/MacOSX
From KitwarePublic
< VTK | Building
Jump to navigationJump to search
Revision as of 19:39, 28 April 2014 by Christopher.mullins (talk | contribs)
Installing CMake
Installing Qt
Download the Qt5.2 Installer and install into a directory of your choosing.
Later when you configure VTK, remember to pass the option
cmake -DQT_QMAKE_EXECUTABLE:PATH=/path/to/qmake /path/to/VTK
Configure
ccmake ../VTK -G "UNIX Makefiles" \ -DVTK_USE_QVTK:BOOL=ON \ -DVTK_USE_CARBON:BOOL=ON \ -DCMAKE_INSTALL_PREFIX=/usr/local \ -DVTK_USE_GUISUPPORT:BOOL=ON
Build
make
Install
make install