[GRASS-SVN] r35923 - grass-addons

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 18 20:25:10 EST 2009


Author: hamish
Date: 2009-02-18 20:25:10 -0500 (Wed, 18 Feb 2009)
New Revision: 35923

Modified:
   grass-addons/README
Log:
fix Makefile target for libs, note when ./config is needed

Modified: grass-addons/README
===================================================================
--- grass-addons/README	2009-02-19 00:16:15 UTC (rev 35922)
+++ grass-addons/README	2009-02-19 01:25:10 UTC (rev 35923)
@@ -7,8 +7,10 @@
 * C code/Scripts, with GRASS source code on your computer:
 
   Preparations (assuming source code in $HOME/grass64/):
+    (if you have already build GRASS from source you don't need to do this
+    again. If adding to a binary install the versions must match exactly)
     1. ./configure [opionally flags]
-    2. make lib
+    2. make libs
 
   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



More information about the grass-commit mailing list