From 7836b7d89eb3a0c88ff2c934640dd531b290f72c Mon Sep 17 00:00:00 2001 From: Pierre Lassalle <lassallep@cesbio.cnes.fr> Date: Sun, 17 Jan 2016 17:06:48 +0100 Subject: [PATCH] Change Readme. --- README.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/README.md b/README.md index b4b084d..9943781 100644 --- a/README.md +++ b/README.md @@ -9,28 +9,4 @@ This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -GRM Library: Quick Start Tutorial - -Requirements: -* Orfeo Toolbox library available here: http://orfeo-toolbox.org/otb/download.html -* CMake (version 2.8 minimum) - -On Linux: - -Step 1: copy the source code into your favorite directory. In the following we assume that -your path is PATH/GRM_SRC/ - -Step 2: Create a binary directory: mkdir PATH/GRM_BIN/ - -Step 3: Go to the binary directory: cd PATH/GRM_BIN/ - -Step 5: Generate the Makefile: ccmake ../GRM_SRC/ - -Step 6: make - -Step 7: cd Applications | ./RegionMergingSegmentation - -For more explanation about this library, go to this site: - http://pierre33.github.io/tuto.html - -Enjoy ! +Large Scale Generic Region Merging Library. -- GitLab