[vtkusers] Compiling VTK on LINUX

Kevin H. Hobbs hobbsk at ohiou.edu
Fri Apr 6 10:23:17 EDT 2007


On Fri, 2007-04-06 at 22:02 +0800, Kalpana Kanthasamy wrote:

> kalpanak at sauron ~ $ ccmake
> -bash: ccmake: command not found
>  
> kalpanak at sauron ~ $ ccmake Cmake
> -bash: ccmake: command not found
>  
>  
>  
> The VTK is in a different directory and Cmake is in a different
> directory, I do not wanna install it as in place built thing, but what
> do you suggest.. thanks, sorry if my questions are really dumb.
>  
> 


Your question isn't dumb at all. It's just a small bit of missing
knowledge that you need.

Because CMake was not installed bash does not know where to find ccmake.
This isn't a problem because you can tell it where to find ccmake .

Just do :

mkdir VTK_Build
cd VTK_Build
../CMake/bin/ccmake ../VTK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20070406/64406b4b/attachment.pgp>


More information about the vtkusers mailing list