Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
howto:qt_qwt_vtk_macosx [2014/06/03 11:04]
labmec
howto:qt_qwt_vtk_macosx [2014/06/03 11:12]
labmec
Line 27: Line 27:
   * BUILD_SHARED_LIBS   * BUILD_SHARED_LIBS
   * VTK_USE_QT   * VTK_USE_QT
 +
 +<​code>​
 +
 +make -j4
 +sudo make install
 +
 +</​code>​
 +
 +==== INSTALL VTK (for Maverics) ====
 +
 +<​code>​
 +
 +wget http://​www.vtk.org/​files/​release/​6.1/​VTK-6.1.0.tar.gz
 +
 +tar -xzvf VTK-6.1.0.tar.gz
 +cd VTK-6.1.0
 +mkdir build
 +cd build
 +ccmake ../
 +
 +</​code>​
 +
 +TURN ON:
 +
 +  * BUILD_SHARED_LIBS
 +  * VTK_Group_Qt
  
 <​code>​ <​code>​

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