No Description

Martin Landa bf715013b5 wxGUI: don't use Ctrl+C as shortcut 15 years ago
db 20e17bf5d7 libgis: define CONFIG_DIR 15 years ago
debian 90dd81d051 files moved in debianGIS repo 16 years ago
demolocation a5212e133b Build demolocation using $(MKDIR) and $(INSTALL) instead of "tar" 15 years ago
display 3cc3a53eca guisection for -z 15 years ago
doc c247965157 url of GRASS programmer's manual updated 15 years ago
gem 2380c3d3b3 Convert tools/build_html_index.sh to Python, split into multiple scripts 15 years ago
general 105fd61d1f g.version: print only version number in quiet mode 15 years ago
gui bf715013b5 wxGUI: don't use Ctrl+C as shortcut 15 years ago
imagery 4fa9c04019 Fix bug in calc_mu (reported by Peng Du); as for https://trac.osgeo.org/grass/changeset/39800 in 6.x 15 years ago
include 9272b7427d Windows fixes. 15 years ago
lib 4687dafef1 librst: use G_message() instead of fprintf() 15 years ago
locale 40d47b160a Luca Delucchi: cont'd 15 years ago
macosx 0d62342cc3 fix space-in-path problem 15 years ago
man fcf62d9b70 don't include revision number in manual 15 years ago
misc d6700ffb2c Update LIBES, DEPENDENCIES from linkage database 15 years ago
mswindows cb2c514b3a simplify package.sh 15 years ago
ps f2e18ece8e Treat destination directories as targets 15 years ago
raster 8492ccd73d better warn about memory use with extended stats; 15 years ago
raster3d 49b8066c8f Added a new library to grass called ccmath (LGPL license) to replace the 15 years ago
rfc 9ac2e2dc64 address updated, html syntax replaced by doxygen syntax 16 years ago
rpm b62c85c714 6.3 -> 7.0.svn 16 years ago
scripts cad50ead1f put metadata in the correct slots (merge from devbr6) 15 years ago
sites 9339a2b67e use array for keywords (to avoid duplicate locales) 16 years ago
swig 9272b7427d Windows fixes. 15 years ago
testsuite c4464c33f8 small fixes 16 years ago
tools 3f7db41745 Generalise handling of omitted start tags (replace <table> -> <tr> hack) 15 years ago
vector 295e40ccff OGR support (read) 15 years ago
visualization 8673d45f7d less saturated ui colors (merge from devbr6) 15 years ago
AUTHORS a32e68aac8 Update 15 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 c247965157 url of GRASS programmer's manual updated 15 years ago
Makefile 2d4e57882d note contributors.csv translators.csv (wxGUI/about) + some cosmetics 15 years ago
README c247965157 url of GRASS programmer's manual updated 15 years ago
REQUIREMENTS.html 06bb9194c0 +make version minimum if GNU make 15 years ago
SUBMITTING c247965157 url of GRASS programmer's manual updated 15 years ago
SUBMITTING_DOCS 7b412958b7 say how the docs are handled and generated 16 years ago
SUBMITTING_PYTHON 45420ba71c cosmetics, https://trac.osgeo.org/grass/changeset/37340 16 years ago
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn 17 years ago
TODO 6a677a47f9 updated 17 years ago
aclocal.m4 3da00a81f8 Re-write SC_CONFIG_CFLAGS to use $host 15 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 4944665608 use `svnversion -c` 15 years ago
configure.in 4944665608 use `svnversion -c` 15 years ago
contributors.csv 2d4e57882d note contributors.csv translators.csv (wxGUI/about) + some cosmetics 15 years ago
contributors_extra.csv 370357de4d Michael Perdue <michael perdue yahoo ca>: ASTER sensor added (trac https://trac.osgeo.org/grass/ticket/712) 16 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 5b829a3994 cleanup 15 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/grass7_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/grass7_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/grass7_progman/