Memo of build CMake from source with CMake
agenda
already installed cmake 2.8.2. with apt of squeeze of debian.
and update cmake 2.8.10 with source.
check version
$ cmake --version
cmake version 2.8.2
build
get code is build.*1
bootstrap
$ tar -zxf cmake-2.8.10.2.tar.gz $ cd cmake-2.8.10.2/ $ ./bootstrap \ --prefix=/usr/local/cmake-2.8.10 \ --no-system-libs
install
$ make test
$ sudo make install