This is an old revision of the document!


QT / QWT (coming soon) / VTK on MACOSX

INSTALL QT

http://download.qt-project.org/official_releases/qt/4.8/4.8.6/qt-opensource-mac-4.8.6-1.dmg

INSTALL VTK

wget http://www.vtk.org/files/release/5.10/vtk-5.10.1.tar.gz

tar -xzvf vtk-5.10.1.tar.gz
cd VTK5.10.1
mkdir build
cd build
ccmake ../

TURN ON:

  • BUILD_SHARED_LIBS
  • VTK_USE_QT
make -j4
sudo make install

QR Code: URL of current page
QR Code: URL of current page howto:qt_qwt_vtk_macosx (generated for current page)