No Description

William Kyngesburye 50111bb1fe bundling step now works for install also; 15 years ago
db 1f8029bd60 db.excute: there is no 'Set' guisection 15 years ago
debian 90dd81d051 files moved in debianGIS repo 15 years ago
demolocation db49180dd7 welcome to GRASS 7.0.svn 16 years ago
display c66ce150bb rasterlib: prototypes moved to rasterdefs.h 15 years ago
doc 4dade3f745 rasterlib: fns from put_row.c renamed, see 15 years ago
gem e5d2e0ae79 binary rename 15 years ago
general 74ff0b0161 split keywords also in scripts (to avoid duplicated translations) 15 years ago
gui 091abb6bfd fix gettext warnings 15 years ago
imagery c66ce150bb rasterlib: prototypes moved to rasterdefs.h 15 years ago
include 5112c53625 rowiolib: fns rename to follow naming convetions (rowio_ -> Rowio_) 15 years ago
lib ccebe0366c doxygen page for rowiolib 15 years ago
locale 98a8ab5b0f Robert Nuske: cont'ed 15 years ago
macosx 50111bb1fe bundling step now works for install also; 15 years ago
man 49e05beab0 Fix g.version and documentation indices when building against installed GRASS 15 years ago
misc 9339a2b67e use array for keywords (to avoid duplicate locales) 15 years ago
mswindows 1d684b169c /c/MinGW not needed 15 years ago
ps c66ce150bb rasterlib: prototypes moved to rasterdefs.h 15 years ago
raster 5112c53625 rowiolib: fns rename to follow naming convetions (rowio_ -> Rowio_) 15 years ago
raster3d c66ce150bb rasterlib: prototypes moved to rasterdefs.h 15 years ago
rfc 9ac2e2dc64 address updated, html syntax replaced by doxygen syntax 15 years ago
rpm b62c85c714 6.3 -> 7.0.svn 16 years ago
scripts 74ff0b0161 split keywords also in scripts (to avoid duplicated translations) 15 years ago
sites 9339a2b67e use array for keywords (to avoid duplicate locales) 15 years ago
swig c66ce150bb rasterlib: prototypes moved to rasterdefs.h 15 years ago
testsuite c4464c33f8 small fixes 16 years ago
tools 465ba86279 add metatags so g.html2man can create whatis NAME entries for non-module intro help pages 15 years ago
vector b33c529c22 attempt to fix trac https://trac.osgeo.org/grass/ticket/671 (wxgui: v.distance to_column option inaccessible) 15 years ago
visualization a9e9d10f82 rasterlib: fns from opencell.c renamed, see 15 years ago
AUTHORS 6845a15bcb +osgeo 16 years ago
CHANGES db49180dd7 welcome to GRASS 7.0.svn 16 years ago
COPYING db49180dd7 welcome to GRASS 7.0.svn 16 years ago
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 16 years ago
INSTALL 95273510e1 cosmetics 15 years ago
Makefile 445930b9d5 Convert grass70 script to Python 15 years ago
README bc2c15ac5c Doxygen cleanup: changed references from old itc.it web page/mailing lists to osgeo.org ones; 16 years ago
REQUIREMENTS.html 558e454a51 PyOpenGL is not required for wxGUI NVIZ extension 15 years ago
SUBMITTING aeb3d2b7e7 update copyright, indent, mime-types, wx menu path (merge from devbr6) 15 years ago
SUBMITTING_DOCS 7b412958b7 say how the docs are handled and generated 15 years ago
SUBMITTING_PYTHON 45420ba71c cosmetics, https://trac.osgeo.org/grass/changeset/37340 15 years ago
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn 16 years ago
TODO 6a677a47f9 updated 16 years ago
aclocal.m4 751c884cfc Add macros for --with-<package>-ldflags= option 16 years ago
binaryInstall.src f44f1b3199 removed superfluous $Id$ tag 16 years ago
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) 16 years ago
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) 16 years ago
configure e20cac1133 support 64bit build with 32bit TclTk aqua on OSX (from dev6 https://trac.osgeo.org/grass/changeset/37402) 15 years ago
configure.in e20cac1133 support 64bit build with 32bit TclTk aqua on OSX (from dev6 https://trac.osgeo.org/grass/changeset/37402) 15 years ago
contributors.csv bb47ed0b9d +Markus Metz 16 years ago
contributors_extra.csv db49180dd7 welcome to GRASS 7.0.svn 16 years ago
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn 16 years ago
grassrc.tmpl 49e05beab0 Fix g.version and documentation indices when building against installed GRASS 15 years ago
install-sh f44f1b3199 removed superfluous $Id$ tag 16 years ago
translators.csv 6276a56b89 +Pascal Obstetar 16 years ago

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/