[GRASS-SVN] r31382 - grass-addons/raster/r.inund.fluv

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 17 04:48:11 EDT 2008


Author: robertomarzocchi
Date: 2008-05-17 04:48:10 -0400 (Sat, 17 May 2008)
New Revision: 31382

Modified:
   grass-addons/raster/r.inund.fluv/README.txt
Log:


Modified: grass-addons/raster/r.inund.fluv/README.txt
===================================================================
--- grass-addons/raster/r.inund.fluv/README.txt	2008-05-16 19:20:28 UTC (rev 31381)
+++ grass-addons/raster/r.inund.fluv/README.txt	2008-05-17 08:48:10 UTC (rev 31382)
@@ -1,5 +1,5 @@
 This is a script written in bash shell language, configured for grass 6.3 release.
-Users of previous releases can use the r.inund.fluv_62 script (see the notes below) 
+(Users of previous releases can use the r.inund.fluv_62 file as described below) 
 
 r.inund.fluv use the following fortran codes:
 - find_main_channel.f90
@@ -15,12 +15,15 @@
 ******************************************************************
 **************** Users of GRASS 6.3 ******************************
 1) open the Makefile with a text editor
-2) change the relative path MODULE_TOPDIR = ../.. with the GISBASE directory
-3) make
+2) insert the path to the source grass directory in MODULE_TOPDIR = ../..  
+(for example: MODULE_TOPDIR = /root/grass-6.3.0_source)
+3) in the directory where you have downloaded the files run: make
 4) go in the source grass directory 
-5) make install 
+5) run: make install 
 
-**************** Users of GRASS 6.3 ******************************
-Rename the grass scripts:
+**************** Users of GRASS 6.2 ******************************
+Rename the grass script as follows: 
  r.inund.fluv --> r.inund.fluv_63
  r.inund.fluv_62 --> r.inund.fluv 
+Hence follows the procedure described for users of GRASS 6.3
+



More information about the grass-commit mailing list