Sfoglia il codice sorgente

boosted to GRASS 7 for parallel installation

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31534 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 17 anni fa
parent
commit
9c7e6cd0e3
2 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 2 2
      gem/README
  2. 4 4
      gem/main.c

+ 2 - 2
gem/README

@@ -45,10 +45,10 @@ Requirements:
 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.

+ 4 - 4
gem/main.c

@@ -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 @@ void show_help ( void ) {
 	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);	
 }