[vtkusers] Question for using VTK in Linux
Simon DROUIN
sdrouin at bic.mni.mcgill.ca
Wed Jan 14 08:33:34 EST 2004
Chris Heier wrote:
> Ok, I have just installed VTK. Now, I am quite a biginner at
> programming and whatnot, but I noticed in the testing.txt file, there
> is a section stating:
>
> cd VTK/Graphics/Testing/Tcl
> /path/to/VTK/bin/vtk yourScript.tcl
>
> Now, on my computer, I have VTK in '/home/cheier/Software/VTK', but in
> the bin directory, there is no vtk. I did a make install, and vtk
> isn't in the /usr/bin or /usr/local/bin folder at all. I searched my
> entire computer and the only vtk names I could find are folders. Did
> I do something wrong, or is there something I just missed?
>
> Chris Heier
>
>
> _______________________________________________
> This is the private VTK discussion list. Please keep messages
> on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
I might be wrong, but it sounds like you just ran cmake instead of
ccmake, which means you didn't change any of the default settings for
compilation.
By default, cmake produces makefiles that do not build the language
bindings ( python, tcl, java). When you run ccmake, it brings up a gui
(text based) that let you change the default options. The gui also let
you specify the install directory.
Simon Drouin
More information about the vtkusers
mailing list