Nessuna descrizione

Markus Neteler 0c934e3f98 msg cosmetics 16 anni fa
db beb694d326 db.droptable: fix option typo 16 anni fa
debian 90dd81d051 files moved in debianGIS repo 16 anni fa
demolocation db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
display f68e4ce5c6 example improved 16 anni fa
doc 747a30f824 additional url 16 anni fa
gem 64d3dee1f5 Don't create directories or install files if they already exist and haven't changed 16 anni fa
general 69aa4d4c71 add debug info (trac https://trac.osgeo.org/grass/ticket/500; merge from devbr6) 16 anni fa
gui 89f83ad3c5 Fix so that tabs change notebook pages on Mac, without setting focus to display. 16 anni fa
imagery 8d34148d6a merge fixes from devbr6 16 anni fa
include 56b732bcc5 libgis: G_set_percent_routine() and G_unset_percent_routine() added 16 anni fa
lib 6d14e4581b Programmer's Manual updated 16 anni fa
locale 0c934e3f98 msg cosmetics 16 anni fa
macosx 3cf770b7bd BWidget removed 16 anni fa
man 08284dc59c Build index pages 16 anni fa
misc 2d557e2e13 remove reference to v.digit from manual pages 16 anni fa
ps fc14dccb50 add vlegend column separation control (see trac https://trac.osgeo.org/grass/ticket/355; merge from devbr6) 16 anni fa
raster 806fd8465e Added hint from Glynn on doing as much as possible in each r.mapcalc command to NOTES 16 anni fa
raster3d c2151b2286 Improve adherence to consistent directory structure 16 anni fa
rfc 73fa950ac0 missing items added 16 anni fa
rpm b62c85c714 6.3 -> 7.0.svn 16 anni fa
scripts bd0e705d64 update man page (trac https://trac.osgeo.org/grass/ticket/86; merge from devbr6) 16 anni fa
sites 1292bf9a1e Major build system clean-up 17 anni fa
swig 3da231ac37 mention the new modules 16 anni fa
testsuite c4464c33f8 small fixes 16 anni fa
tools 4c5fa57679 reorder skip list; i.ask is gone 16 anni fa
vector 0c934e3f98 msg cosmetics 16 anni fa
visualization 7f8787aacf Updating NVIZ in GRASS 7 with TclTk fixes made in the GRASS 6 line when TclTk was removed from GRASS 7 (about a month ago). 16 anni fa
AUTHORS 6845a15bcb +osgeo 16 anni fa
CHANGES db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
COPYING db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
INSTALL 74f8333523 svn download instruct URL (merge from devbr6) 16 anni fa
Makefile 8b8fb2a710 generate gui/wxpython/ docs 16 anni fa
README bc2c15ac5c Doxygen cleanup: changed references from old itc.it web page/mailing lists to osgeo.org ones; 17 anni fa
REQUIREMENTS.html d01494f039 typo (merge from devbr6) 16 anni fa
SUBMITTING 84aa969167 typos, grammar (merge from devbr6) 16 anni fa
SUBMITTING_DOCS 5adf7ed9b9 Added info on recommended html sections 16 anni fa
SUBMITTING_PYTHON db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
TODO 6a677a47f9 updated 17 anni fa
aclocal.m4 751c884cfc Add macros for --with-<package>-ldflags= option 17 anni fa
binaryInstall.src f44f1b3199 removed superfluous $Id$ tag 17 anni fa
config.guess fbd85385e9 Update to current state (from http://git.savannah.gnu.org), see trac https://trac.osgeo.org/grass/ticket/158) (merge from devel_grass6) 17 anni fa
config.sub fbd85385e9 Update to current state (from http://git.savannah.gnu.org), see trac https://trac.osgeo.org/grass/ticket/158) (merge from devel_grass6) 17 anni fa
configure 82b57bd718 Add cairo-ft to configure checks 16 anni fa
configure.in 82b57bd718 Add cairo-ft to configure checks 16 anni fa
contributors.csv bb47ed0b9d +Markus Metz 16 anni fa
contributors_extra.csv db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
install-sh f44f1b3199 removed superfluous $Id$ tag 17 anni fa
translators.csv 6276a56b89 +Pascal Obstetar 16 anni fa

README

GRASS Development Subversion repository

##########################################################
How to get write access here?

Write access is only granted to developers who agree to abide by
RFC2 - Legal aspects of code contributions
http://download.osgeo.org/grass/grass6_progman/rfc/rfc2_psc.html
and the code submission guidelines (file SUBMITTING in this
directory).

This needs to be communicated to a GRASS developer. S/he will
then possibly propose you to the GRASS Project Steering committee
after a period of evaluation. For details, see
http://download.osgeo.org/grass/grass6_progman/rfc/main.html

Once write access is granted, you, the new developer need to
obtain an "osgeo_id" at http://www.osgeo.org/osgeo_userid
If you already have an "osgeo_id" but forgot it, search for it at
Search at http://www.osgeo.org/cgi-bin/ldap_web_search.py

##########################################################
How to compile GRASS:
See INSTALL file.

Yes, you should really read INSTALL.

##########################################################################
How to generate the 'Programmer's Manual':

This needs doxygen (http://www.doxygen.org) and optionally
Graphviz dot (http://www.research.att.com/sw/tools/graphviz/).

To build the GRASS programmer's documentation, run
make htmldocs
or to generate documentation as single html file (recommended for simple reading)
make htmldocs-single
here. This takes quite some time. The result is in lib/html/index.html
which refers to further document repositories in
lib/vector/html/index.html
lib/db/html/index.html
lib/gis/html/index.html

The master file is: ./grassrefman.dox where all sub-documents have to
be linked into.

To generate the documents in PDF format, run
make pdfdocs

An online version is available at:
http://download.osgeo.org/grass/grass6_progman/
http://download.osgeo.org/grass/grass6_progman_pdf/