[GRASS-SVN] r31534 - grass/trunk/gem
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 26 13:08:44 EDT 2008
Author: neteler
Date: 2008-05-26 13:08:44 -0400 (Mon, 26 May 2008)
New Revision: 31534
Modified:
grass/trunk/gem/README
grass/trunk/gem/main.c
Log:
boosted to GRASS 7 for parallel installation
Modified: grass/trunk/gem/README
===================================================================
--- grass/trunk/gem/README 2008-05-26 17:07:18 UTC (rev 31533)
+++ grass/trunk/gem/README 2008-05-26 17:08:44 UTC (rev 31534)
@@ -45,10 +45,10 @@
Usage: start 'gem' w/o parameters for information
To install a module into your GRASS installation, in this example
- /usr/local/grass-6.0.0, simply pass the name of the archive containing
+ /usr/local/grass-7.0.0, simply pass the name of the archive containing
the extension or the directory with the unpacked files (e.g. 'cva.tgz'):
- $ gem --grass=/usr/local/grass-6.0.0 -i cva.tgz
+ $ gem --grass=/usr/local/grass-7.0.0 -i cva.tgz
You will be asked for the password of the user owning the GRASS
binary files, if required.
Modified: grass/trunk/gem/main.c
===================================================================
--- grass/trunk/gem/main.c 2008-05-26 17:07:18 UTC (rev 31533)
+++ grass/trunk/gem/main.c 2008-05-26 17:08:44 UTC (rev 31534)
@@ -130,9 +130,9 @@
- remove cva, install again: WARNING: list item 'cva' exists in index.html (?)
- superfluous warning upon uninstall of extension w/o "entries-gisman"
- due to bad command line parsing, listing installed extensions only works like this:
- ./gem --grass=/usr/local/grass-6.1.cvs -q
+ ./gem --grass=/usr/local/grass-7.0.svn -q
NOT like this:
- ./gem -q --grass=/usr/local/grass-6.1.cvs
+ ./gem -q --grass=/usr/local/grass-7.0.svn
*/
@@ -179,8 +179,8 @@
fprintf (stdout, "be installed instead using the -b option. ");
fprintf (stdout, "For installation from source code, a C compiler and make tools are needed.\n");
fprintf (stdout, "\nExample:\n");
- fprintf (stdout, "\tgem -b macosx --grass=/usr/local/grass-6.0.0 -i myExtension\n");
- fprintf (stdout, "Installs the MacOS X binaries for 'myExtension' in /usr/local/grass-6.0.0.\n");
+ fprintf (stdout, "\tgem -b macosx --grass=/usr/local/grass-7.0.0 -i myExtension\n");
+ fprintf (stdout, "Installs the MacOS X binaries for 'myExtension' in /usr/local/grass-7.0.0.\n");
exit (0);
}
More information about the grass-commit
mailing list