[Cmake] (no subject)
Brad King
brad . king at kitware . com
Mon, 19 May 2003 09:31:58 -0400 (EDT)
> Does anybody know how may I include vtk libraries in a makefile I've
> already got implemented? I think I don't need Cmake because I've already
> got a makefile but, then, how may I include VTK libraries in it?
Once you run "make install" on VTK from the build tree you can just add
the proper -I... -L... and -l... flags in your makefile.
> As well as, I am trying to install VTK under cygwin and ccmake gives me
> the following error:
>
>
> CMake Error: cmake version 1.4
VTK 4.2 requires CMake version 1.6. Please upgrade your cmake.
-Brad