[GRASS-SVN] r34694 - grass-addons/vector/v.profile

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 3 04:36:16 EST 2008


Author: marisn
Date: 2008-12-03 04:36:16 -0500 (Wed, 03 Dec 2008)
New Revision: 34694

Added:
   grass-addons/vector/v.profile/README
Log:
Add v.profile README file

Added: grass-addons/vector/v.profile/README
===================================================================
--- grass-addons/vector/v.profile/README	                        (rev 0)
+++ grass-addons/vector/v.profile/README	2008-12-03 09:36:16 UTC (rev 34694)
@@ -0,0 +1,13 @@
+Vector point/line profiling tool. See v.profile.html file for full description.
+
+v.profile requires GRASS 6.4 (r34499) or GRASS 7 (r34592 - not tested).
+
+To install v.profile, one needs to change MODULE_TOPDIR in supplied MAKE file to point to GRASS source base. If GRASS source is located in /home/user/soft/grass-6.4, then set MODULE_TOPDIR to /home/user/soft/grass-6.4. Before compiling this module, it's required to configure GRASS (it must have include/Make/Module.make file).
+
+Short version:
+svn co https://svn.osgeo.org/grass/grass-addons/vector/v.profile v.profile
+cd v.profile
+nano Makefile # edit MODULE_TOPDIR setting
+make
+make install
+



More information about the grass-commit mailing list