[GRASS-SVN] r31604 - grass-addons

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 2 03:02:06 EDT 2008


Author: neteler
Date: 2008-06-02 03:02:05 -0400 (Mon, 02 Jun 2008)
New Revision: 31604

Modified:
   grass-addons/README
Log:
make Installation more outstanding

Modified: grass-addons/README
===================================================================
--- grass-addons/README	2008-06-02 06:34:26 UTC (rev 31603)
+++ grass-addons/README	2008-06-02 07:02:05 UTC (rev 31604)
@@ -1,6 +1,21 @@
 GRASS Addons SVN repository
 ====================================================
 
+Installation - Code Compilation
+################################
+
+The easiest way to compile GRASS Addons modules into your GRASS code 
+is by setting MODULE_TOPDIR on the fly to tell 'make' where to
+find the GRASS source code:
+
+  make MODULE_TOPDIR=$HOME/grass64/
+
+(adapt to your /path/to/grass6/)
+
+Each module/script in the GRASS Addons SVN repository should have
+a Makefile.
+
+########################################################################
 To submit your GRASS project here, please write to
 
 	Markus Neteler <neteler * cealp.it>
@@ -27,18 +42,6 @@
 	svn checkout https://svn.osgeo.org/grass/grass-addons grass-addons
 
 ########################################################################
-Code Compilation
-################
-
-The easiest way to compile modules against your GRASS code is
-by setting MODULE_TOPDIR on the fly to tell 'make' where to
-find the GRASS source code:
-
-  make MODULE_TOPDIR=$HOME/grass63/
-
-(adapt to your /path/to/grass6/)
-
-########################################################################
 Mime-types
 ##########
 # To avoid PDF mime-type recognition problems,



More information about the grass-commit mailing list