diff --git a/README b/README index bf5670bd8633aab42de81b55729824f0a912a4c9..cd1d54986b0c5be5576fa962f6a2bc0b6094ed77 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