<div>Thanks Obada and Dominik for your help, I have managed to install Cmake I think, now I have problem running it</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Ok, here is what I did</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>a) I downloaded the unix version of Cmake ( its not wrong rite, it has the configure file in it ), the file name is <a href="http://www.cmake.org/files/v2.4/cmake-2.4.6.tar.gz">cmake-2.4.6.tar.gz</a>&nbsp;, I untarred it into a Cmake directory, and ran the following command 
</div>
<div><font face="Times New Roman">
<p align="left">cd CMake<br>./configure<br>make<br>make install</p></font><font face="Times New Roman" color="#ff0000">
<p align="left">[the make install step is optional, cmake can run directly from the build directory if you want.]</p></font></div>
<div>- I did not run the last line cause I dun have the root priveleges. ok, now that that&#39;s done, I have to run the cmake, I referred to this website <a href="http://www.cmake.org/HTML/RunningCMake.html">http://www.cmake.org/HTML/RunningCMake.html
</a>&nbsp;.</div>
<div>But when I type ccmake</div>
<div>&nbsp;</div>
<div><a href="mailto:kalpanak@sauron">kalpanak@sauron</a> ~ $ ccmake<br>-bash: ccmake: command not found</div>
<div>&nbsp;</div>
<div><a href="mailto:kalpanak@sauron">kalpanak@sauron</a> ~ $ ccmake Cmake<br>-bash: ccmake: command not found<br>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>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.<br>&nbsp;</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 4/6/07, <b class="gmail_sendername">Obada Mahdi</b> &lt;<a href="mailto:omahdi@gmx.de">omahdi@gmx.de</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Kalpana!<br><br>On Fri, 6 Apr 2007, Kalpana Kanthasamy wrote:<br>&gt; a) I unzipped the VTK file into directory named VTK, the files are there
<br>&gt; b) I unzipped the Cmake file into directory named cmakelinux, the folders<br>&gt; that exist are &quot;bin&quot;, &#39;doc&quot;, &quot;man&quot; and &quot;share&quot;<br><br>This sounds like that &quot;Cmake file&quot; you got your hands on contains a
<br>binary distribution of CMake, whereas that article<br><br>&gt; c) I found this article to install<br>[...]<br><br>describing how to install CMake using steps involving an optional<br>bootstrap process and &quot;make&quot;/&quot;make install&quot; are meant for building CMake
<br>from source code.&nbsp;&nbsp;If that is what you want to do, you need to grab the<br>archive tagged &quot;Unix Linefeed Source&quot; from<br><br><a href="http://www.cmake.org/HTML/Download.html">http://www.cmake.org/HTML/Download.html
</a><br><br>and follow the instructions in the article.&nbsp;&nbsp;However, unless there turns<br>out to be a problem with the binary distribution, it should be worth<br>trying to use the CMake executable that you already unpacked in
<br>&quot;cmakelinux/bin&quot;:<br><br>&gt; and when I used the (b) version &quot;-bash: cmake: command not found&quot; - I have<br>&gt; tried running it from cmakelinux/bin and cmakelinux, and some errors said<br>&gt; that the makefile file cant be found, where can I get this.
<br><br>What exact error message did you get trying to run &quot;cmake&quot; from<br>&quot;cmakelinux/bin&quot;?&nbsp;&nbsp;For installing VTK, just unpacking the binary tarball<br>should be enough, CMake should just work &quot;out of the box&quot;.&nbsp;&nbsp;If you like,
<br>you can then extend the &quot;PATH&quot; settings like you described<br><br>&gt; I have set the path using this command, &quot;export<br>&gt; PATH=/path/to/cmakelinux/bin:$PATH&quot;.<br><br>and then enter your VTK build directory and start building VTK.&nbsp;&nbsp;For
<br>example, having unpacked the sources into &quot;/tmp/VTK&quot;, just create and<br>enter an empty build directory &quot;/tmp/VTK-build&quot; and run &quot;ccmake ../VTK&quot;<br>from there.<br><br>If there are any more problems or questions, don&#39;t hesitate to ask :-)
<br><br><br>HTH,<br><br>Obada<br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ
</a><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br></blockquote></div><br>