[GRASS-SVN] r35240 - grass-addons
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 6 10:15:34 EST 2009
Author: neteler
Date: 2009-01-06 10:15:33 -0500 (Tue, 06 Jan 2009)
New Revision: 35240
Modified:
grass-addons/README
Log:
explanations improved
Modified: grass-addons/README
===================================================================
--- grass-addons/README 2009-01-06 14:53:09 UTC (rev 35239)
+++ grass-addons/README 2009-01-06 15:15:33 UTC (rev 35240)
@@ -4,11 +4,15 @@
Installation - Code Compilation
################################
-* C code/Scripts, with configured GRASS source code on your computer:
+* C code/Scripts, with GRASS source code on your computer:
+ Preparations (assuming source code in $HOME/grass64/):
+ 1. ./configure [opionally flags]
+ 2. make lib
+
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:
+ find the prepared GRASS source code:
make MODULE_TOPDIR=$HOME/grass64/
@@ -18,10 +22,15 @@
* C code/Scripts, with GRASS binaries on your computer:
+ compile GRASS Addons modules into your GRASS code by setting
+ MODULE_TOPDIR to where to the GRASS binaries are located:
+ make MODULE_TOPDIR=/usr/lib/grass640/
+
+* GEM:
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
+ http://grass.osgeo.org/grass64/manuals/html64_user/gem/index.html
########################################################################
More information about the grass-commit
mailing list