From 283221e27ff09c32b521870401544fd3af6e1c79 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Tue, 12 May 2009 09:14:57 +0800 Subject: [PATCH] BUG: fix cmake version in Readme --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index bf5670bd86..cd1d54986b 100644 --- a/README +++ b/README @@ -36,9 +36,9 @@ NB: On some linux plateforms, you may (and should) use the official distribution 2. Install CMake (or use your distribution package): cd INSTALL_DIR - gunzip cmake-3.0.0.tar.gz - tar xvf cmake-3.0.0.tar - cd cmake-3.0.0 + gunzip cmake-2.6.4.tar.gz + tar xvf cmake-2.6.4.tar + cd cmake-2.6.4 ./configure --prefix=INSTALL_DIR make make install -- GitLab