[Cmake] How I can install CMAKE from cvs source code using cygwin tool in window

Andy Cedilnik andy . cedilnik at kitware . com
24 Jul 2003 14:34:37 -0400


Hi,

CVS cmake uses Bootstrap.cmk directory as of April. If you use CVS
version of CMake, make sure to use the most recent one.

			Andy

On Thu, 2003-07-24 at 12:18, Shunming Fang wrote:
> I found CMake 1.6.7 realease version didn't work for our project, I found
> one of your cvs snapshot can work in our env(mandrake9.1), now I want
> to port this cvs snapshot to cygwin to develop our cywin version, but the
> snapshot version can not be compiled yet in cygwin, I found the reason is:
> In cygwin, it think bootstrap(exec file) is same as Bootstrap(directory),
> when exec ./bootstrap, it can not mkdir Bootstrap,so anybody know how to
> solve it?