[GRASS-SVN] r61545 - in grass/branches/develbranch_6: . doc

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 5 15:54:16 PDT 2014


Author: neteler
Date: 2014-08-05 15:54:16 -0700 (Tue, 05 Aug 2014)
New Revision: 61545

Modified:
   grass/branches/develbranch_6/INSTALL
   grass/branches/develbranch_6/doc/debugging.txt
Log:
updated supporting docs

Modified: grass/branches/develbranch_6/INSTALL
===================================================================
--- grass/branches/develbranch_6/INSTALL	2014-08-05 22:51:24 UTC (rev 61544)
+++ grass/branches/develbranch_6/INSTALL	2014-08-05 22:54:16 UTC (rev 61545)
@@ -98,7 +98,10 @@
 
     make       
 
+Detailed Wiki notes for various operating systems:
+http://grasswiki.osgeo.org/wiki/Compile_and_Install
 
+
 Note for Solaris users:
 
 To configure GRASS correctly on a system which doesn't have a suitable
@@ -164,10 +167,11 @@
 See the ReadMe.rtf in the ./macosx/ folder.
 
 
-(F) RUNNING GRASS
+(F) RUNNING GRASS GIS
 
 Download a sample data package from the GRASS web site, see
-http://grass.osgeo.org/download/data.php
+http://grass.osgeo.org/download/sample-data/
+
 Extract the data set and point "database" in the
 GRASS startup menu to the directory.
 
@@ -264,8 +268,8 @@
 
   CFLAGS="-g -Wall" ./configure
 
-See also the file
-./doc/debugging.txt
+See also the file ./doc/debugging.txt and the Wiki page
+http://grasswiki.osgeo.org/wiki/GRASS_Debugging
 
 
 (K) LARGE FILE SUPPORT (for raster maps)
@@ -283,10 +287,10 @@
 
 Note that this code is still actively being developed and errors inevitably
 turn up. If you find a bug, please report it to the GRASS bug tracking system
-so we can fix it. See http://grass.osgeo.org/bugtracking/index.php
+so we can fix it. See http://grass.osgeo.org/development/bug-tracking/
 
 If you are interested in helping to develop GRASS, please join the GRASS
-developers mailing list. See http://grass.osgeo.org/devel/index.php
+developers mailing list. See http://grass.osgeo.org/development/
 
 
 (M) GRASS PROGRAMMER'S MANUAL
@@ -299,12 +303,15 @@
 
 Please see ./SUBMITTING, ./SUBMITTING_DOCS, ./SUBMITTING_TCLTK
 ./SUBMITTING_PYTHON and ./SUBMITTING_SCRIPTS in this directory.
+See also
+http://trac.osgeo.org/grass/wiki/Submitting
 
 
 (O) DRAFT TUTORIAL
 
-http://grass.osgeo.org/wiki/GRASS_6_Tutorial
+http://grasswiki.osgeo.org/wiki/GRASS_6_Tutorial
 
 ------------------
-(C) 1999-2010 by The GRASS Development Team
-$Date$
+(C) 1999-2014 by The GRASS Development Team
+
+Last changed: $Date$

Modified: grass/branches/develbranch_6/doc/debugging.txt
===================================================================
--- grass/branches/develbranch_6/doc/debugging.txt	2014-08-05 22:51:24 UTC (rev 61544)
+++ grass/branches/develbranch_6/doc/debugging.txt	2014-08-05 22:54:16 UTC (rev 61545)
@@ -1,5 +1,9 @@
-GRASS Debugging:
+GRASS GIS Debugging:
 
+See also
+http://grasswiki.osgeo.org/wiki/GRASS_Debugging
+
+----------------------------------------------------
 At user level:
 
  Print debugging message if variable DEBUG
@@ -183,3 +187,4 @@
 
 Note that when 'make distclean' is run, the manual changes to 
 include/Make/Platform.make are also removed.
+



More information about the grass-commit mailing list