From 2a1cf2cb72af16ddf6a612934a3947398f47e3ab Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Tue, 30 Oct 2007 07:14:44 +0000
Subject: [PATCH] Mise a jour version OTB : 1.6.1

---
 README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 74f0863434..7e03852453 100644
--- a/README
+++ b/README
@@ -66,11 +66,11 @@ Installation on Linux/Unix platforms
 4. Install OTB
 
       cd INSTALL_DIR
-      gunzip OrfeoToolbox-1.0.0.tgz
-      tar xvf OrfeoToolbox-1.0.0.tar
+      gunzip OrfeoToolbox-1.6.1.tgz
+      tar xvf OrfeoToolbox-1.6.1.tar
       mkdir OTB-Binary
       cd OTB-Binary
-      ccmake ../OrfeoToolbox-1.0.0
+      ccmake ../OrfeoToolbox-1.6.1
       --> follow the CMake instructions, in particular:
 	  --> set BUILD_EXAMPLES to ON within CMake
 	  --> set BUILD_SHARED_LIBS to OFF within CMake
-- 
GitLab