[GRASS-SVN] r31605 - grass-addons

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 2 03:07:38 EDT 2008


Author: neteler
Date: 2008-06-02 03:07:38 -0400 (Mon, 02 Jun 2008)
New Revision: 31605

Modified:
   grass-addons/README
Log:
mention GEM

Modified: grass-addons/README
===================================================================
--- grass-addons/README	2008-06-02 07:02:05 UTC (rev 31604)
+++ grass-addons/README	2008-06-02 07:07:38 UTC (rev 31605)
@@ -4,17 +4,26 @@
 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:
+* C code/Scripts, with configured GRASS source code on your computer:
 
-  make MODULE_TOPDIR=$HOME/grass64/
+  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:
 
-(adapt to your /path/to/grass6/)
+    make MODULE_TOPDIR=$HOME/grass64/
 
-Each module/script in the GRASS Addons SVN repository should have
-a Makefile.
+  (adapt to your /path/to/grass6/). Each module/script in the GRASS
+  Addons SVN repository should have a Makefile to support easy
+  installation.
 
+
+* C code/Scripts, with GRASS binaries on your computer:
+
+  If you want to install into a *binary* GRASS package, you can use
+  the "GRASS Extensions Manager (GEM)":
+  http://grass.osgeo.org/grass63/manuals/html63_user/gem/index.html
+
+
 ########################################################################
 To submit your GRASS project here, please write to
 



More information about the grass-commit mailing list