[vtkusers] How to build with cmake

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Wed Nov 7 08:38:04 EST 2001


>>>>> "MK" == Martin Kavec <martin.kavec at uku.fi> writes:

    MK> Hello all, sorry if this is a silly question, but how do I
    MK> configure vtk4.0-cvs to make it with cmake on Linux. What
    MK> should I do instead of ./configure [option] ...  I am
    MK> thankfull also for a link to some reading regarding this
    MK> issue.

  0) Get Cmake, compile and install it.

>From README.html

  1) untar the src files
  2) untar the data files
  3) cd vtk
  4) cmake
  5) read and edit CMakeCache.txt adding options like python or tcl/tk support.
  6) cmake
  7) make

If you have fltk installed you could also try using CMakeSetup which
provides a GUI that you can use.


prabhu



More information about the vtkusers mailing list