Sfoglia il codice sorgente

v.profile: Remove README file as it is useless now.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71641 15284696-431f-4ddb-bdfa-cd5b030d7da7
Maris Nartiss 7 anni fa
parent
commit
27791dab5d
1 ha cambiato i file con 0 aggiunte e 13 eliminazioni
  1. 0 13
      vector/v.profile/README

+ 0 - 13
vector/v.profile/README

@@ -1,13 +0,0 @@
-Vector point/line profiling tool. See v.profile.html file for full description.
-
-v.profile requires GRASS 7
-
-To install v.profile, one needs to provide MODULE_TOPDIR variable for make command (MODULE_TOPDIR=/path/to/GRASS) or change MODULE_TOPDIR in supplied MAKE file to point to GRASS source base. If GRASS source is located in /home/user/soft/grass-7.0, then set MODULE_TOPDIR to /home/user/soft/grass-7.0. 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/grass7/vector/v.profile v.profile
-cd v.profile
-#nano Makefile # alternative - edit MODULE_TOPDIR setting
-MODULE_TOPDIR='/path/to/grass-source' make
-make install
-