Nessuna descrizione

Glynn Clements fe88d27ece Remove declarations for non-existent LZW functions 17 anni fa
db b7884b7696 wiki url updated 17 anni fa
debian db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
demolocation db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
display 866c49d640 we need the data array in any case, not only when algo= is used 17 anni fa
doc b7884b7696 wiki url updated 17 anni fa
gem 631d820db4 version boost to avoid conflicts 17 anni fa
general 439f8c55cc Use basic REs by default; add -e for extended REs 17 anni fa
gui 6b1bd62951 wxGUI: fix display attributes dialog to display duplicated features 17 anni fa
imagery 0c685e19eb i.atcorr: use G_warning()/G_fatal_error() instead of fprintf(stderr, ...) 17 anni fa
include fe88d27ece Remove declarations for non-existent LZW functions 17 anni fa
lib 5ade103742 message cosmetics (merge from devbr6, https://trac.osgeo.org/grass/changeset/33363) 17 anni fa
locale 320c647f68 Fix bug in Czech translation 17 anni fa
macosx 1292bf9a1e Major build system clean-up 17 anni fa
man 3b6e23ad2e Use non-zero exit code if errors occur 17 anni fa
misc 1292bf9a1e Major build system clean-up 17 anni fa
ps 1c5af2e27f Earth units not available in simple XY location (merge from devbr6) 17 anni fa
raster a813e94204 Eliminate some BSD-isms 17 anni fa
raster3d 1292bf9a1e Major build system clean-up 17 anni fa
rfc 73fa950ac0 missing items added 17 anni fa
rpm f44f1b3199 removed superfluous $Id$ tag 17 anni fa
scripts e37c8e929d bugfix: missing ?; check if r.in.gdalwarp worked (merge from devbr6) 17 anni fa
sites 1292bf9a1e Major build system clean-up 17 anni fa
swig 2407c977e6 include stdio.h for printf (merge from devbr6) 17 anni fa
testsuite 1292bf9a1e Major build system clean-up 17 anni fa
tools f33fa5393b Remove mkftcap; superseded by g.mkfontcap 17 anni fa
vector 319da98899 hange Map is 3D in form to report in human not binary (merge from devbr6) 17 anni fa
visualization a813e94204 Eliminate some BSD-isms 17 anni fa
AUTHORS db49180dd7 welcome to GRASS 7.0.svn 17 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 e90aa2ef28 boosted to GRASS 7 for parallel installation 17 anni fa
Makefile 5699050826 Change build order: libraries, modules, other (apps, docs etc) 17 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 f2d4cf0d69 mention or x11-server-devel 17 anni fa
SUBMITTING fa4b715ef7 don't use mime-type application prefix for text files 17 anni fa
SUBMITTING_DOCS b7884b7696 wiki url updated 17 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
SUBMITTING_TCLTK 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 2f21808ba3 Add configure checks for regex functions 17 anni fa
configure.in 2f21808ba3 Add configure checks for regex functions 17 anni fa
contributors.csv be83d3482b Laura Toma added 17 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 ad5e6bac48 Firman Hadi <jalmiburung gmail.com>: Indonesian 17 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/