No Description

Hamish Bowman 492ec75ca0 add note about relative northings,eastings (merge from devbr6) 16 years ago
db ff65594e77 better explain what the DBF driver isn't doing; explain table migration; cosmetics 16 years ago
debian 90dd81d051 files moved in debianGIS repo 16 years ago
demolocation db49180dd7 welcome to GRASS 7.0.svn 17 years ago
display 6728647bb3 polished; examples improved (interactive not really functional right now) 16 years ago
doc 747a30f824 additional url 16 years ago
gem 57b44f0c82 fix gem -> gem70 16 years ago
general 32c82057b3 Define CAIRO_HAS_XRENDER_SURFACE (trac https://trac.osgeo.org/grass/ticket/419) 16 years ago
gui 5a017ddf60 toolbar "add vector" and "add raster" buttons have a regression in usability from gis.m (trac https://trac.osgeo.org/grass/ticket/535) 16 years ago
imagery 46e59e1c68 write cmd line to history 16 years ago
include 32c82057b3 Define CAIRO_HAS_XRENDER_SURFACE (trac https://trac.osgeo.org/grass/ticket/419) 16 years ago
lib a47dbcce1d Add closure argument to aggregate functions 16 years ago
locale 6d20e52b37 Robert Nuske: cont'ed 16 years ago
macosx c350b761b0 disable modbuild (to be deleted, hopefully) 16 years ago
man 08284dc59c Build index pages 17 years ago
misc 2d557e2e13 remove reference to v.digit from manual pages 16 years ago
mswindows c7fb199ab5 Colin Nielsen: native winGRASS packager updates 16 years ago
ps fc14dccb50 add vlegend column separation control (see trac https://trac.osgeo.org/grass/ticket/355; merge from devbr6) 16 years ago
raster 492ec75ca0 add note about relative northings,eastings (merge from devbr6) 16 years ago
raster3d c2151b2286 Improve adherence to consistent directory structure 16 years ago
rfc 73fa950ac0 missing items added 17 years ago
rpm b62c85c714 6.3 -> 7.0.svn 16 years ago
scripts 04ed3de814 allow alt and az to be floats (merge from devbr6) 16 years ago
sites 1292bf9a1e Major build system clean-up 17 years ago
swig 9e10f5a242 Juergen Fischer: setup files (from osgeo4w trac https://trac.osgeo.org/grass/ticket/37) 16 years ago
testsuite c4464c33f8 small fixes 17 years ago
tools 4c5fa57679 reorder skip list; i.ask is gone 16 years ago
vector 34f24e0f0c deactivated v.label.sa since yet broken 16 years ago
visualization 48d1d4a090 X11 includes and libs were added regardless of OPENGL_* settings 16 years ago
AUTHORS 6845a15bcb +osgeo 16 years ago
CHANGES db49180dd7 welcome to GRASS 7.0.svn 17 years ago
COPYING db49180dd7 welcome to GRASS 7.0.svn 17 years ago
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 years ago
INSTALL 95273510e1 cosmetics 16 years ago
Makefile 15ed884260 Removed extra `cat' invocations. 16 years ago
README bc2c15ac5c Doxygen cleanup: changed references from old itc.it web page/mailing lists to osgeo.org ones; 17 years ago
REQUIREMENTS.html 51a6373a75 add numpy and PyOpenGL as optional reqs 16 years ago
SUBMITTING 84aa969167 typos, grammar (merge from devbr6) 16 years ago
SUBMITTING_DOCS 7b412958b7 say how the docs are handled and generated 16 years ago
SUBMITTING_PYTHON db49180dd7 welcome to GRASS 7.0.svn 17 years ago
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn 17 years ago
TODO 6a677a47f9 updated 17 years ago
aclocal.m4 751c884cfc Add macros for --with-<package>-ldflags= option 17 years ago
binaryInstall.src f44f1b3199 removed superfluous $Id$ tag 17 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) 17 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) 17 years ago
configure 32c82057b3 Define CAIRO_HAS_XRENDER_SURFACE (trac https://trac.osgeo.org/grass/ticket/419) 16 years ago
configure.in 32c82057b3 Define CAIRO_HAS_XRENDER_SURFACE (trac https://trac.osgeo.org/grass/ticket/419) 16 years ago
contributors.csv bb47ed0b9d +Markus Metz 16 years ago
contributors_extra.csv db49180dd7 welcome to GRASS 7.0.svn 17 years ago
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn 17 years ago
install-sh f44f1b3199 removed superfluous $Id$ tag 17 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/