[Insight-users] WG: [Cmake] Problem Installing cmake
Luis Ibanez
luis . ibanez at kitware . com
Mon, 08 Dec 2003 10:13:57 -0500
Hi Zein,
Once you build CMake in your system, did you installed ?
that is, did you typed:
make install
?
Please check the path of the "cmake" command that you
are finding. You can do this by typing
which cmake
It looks like you have a "cmake" somewhere else in
your disk.
The difference between "ccmake" and "cmake" is that
"ccmake" has a user interface based on the curses
library, this is equivalent to the CMakeSetup program
that you are used to use in MS-Windows. "cmake" is
the actual program that perform the configuration
behind the scenes.
The ccmake command should be located in the binary
directory where you build CMake. A simple way to
use it is to invoke it with the absolute path.
For a first installation of ITK you certainly want
to use "ccmake".
Regards,
Luis
------------------------
salah wrote:
> hello all,
>
> I am trying to install cmake on linux SuSE 9.0. By just ciopying the binaries, I failed to configure itk release 1.4.
> I tried then to download the sources and build cmake from them. I followed the instructionn in the user guide of cmake. everything goes well. BUT when I called ccmake to configure ITK, this command was not recognized. cmake was already there but ccmake not!
>
> Could anybody tell me what error could I have made?
>
> Another question please: what is the differenc between the cmake and ccmake?
>
> Many thanks in advanced,
>
> Zein
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk . org
> http://www . itk . org/mailman/listinfo/insight-users
>