No Description

Huidae Cho ae34016049 Remove g.mlist/g.mremove from Makefile 10 years ago
db 4f754c4a29 sqlite-db: correct debug level (cosmetics) 10 years ago
debian 5017a582a0 test commit for https://trac.osgeo.org/grass/ticket/1346 10 years ago
demolocation 1fe0848528 demolocation: country_boundaries vector map added from http://www.naturalearthdata.com/downloads/110m-cultural-vectors/ 10 years ago
display dafbd1e91d user message harmonization update (trac https://trac.osgeo.org/grass/ticket/2409) 10 years ago
doc bef8960b87 how-to-release: add WinGRASS-related notes 10 years ago
general ae34016049 Remove g.mlist/g.mremove from Makefile 10 years ago
gui b4c884f635 wxGUI/animation: remove TODOs from manual 10 years ago
imagery dafbd1e91d user message harmonization update (trac https://trac.osgeo.org/grass/ticket/2409) 10 years ago
include a0459ebe9a move RGBA_Color to display.h 10 years ago
lib d97e1b616c pygrass/grid: provide at least basic error message 10 years ago
locale 94e53db022 attempt to fix duplicate KO translations 10 years ago
macosx 8040b90777 macosx: update mentioned GRASS version 10 years ago
man daf0bf0c4a doc: images should be not wider then 100% of the parent element 10 years ago
misc b57946a4ec libgis, r.surf.area, v.to.db, m.measure: Renamed G_units_to_meters_factor* to G_meters_to_units_factor* 10 years ago
mswindows 020914c228 winGRASS: use cmd instead of sh 10 years ago
ps 990a1a9170 better placement of horizontal legend tick labels and units text 10 years ago
raster dafbd1e91d user message harmonization update (trac https://trac.osgeo.org/grass/ticket/2409) 10 years ago
raster3d dafbd1e91d user message harmonization update (trac https://trac.osgeo.org/grass/ticket/2409) 10 years ago
rpm f87282e1de rpm SPEC files: remove outdated files, add README.txt with links 10 years ago
scripts dafbd1e91d user message harmonization update (trac https://trac.osgeo.org/grass/ticket/2409) 10 years ago
temporal dafbd1e91d user message harmonization update (trac https://trac.osgeo.org/grass/ticket/2409) 10 years ago
testsuite 1589e154d1 testing: move r.mapcalc test from root testsuite dir to r.mapcalc testsuite dir 10 years ago
tools 56ffcf6ec8 doc: new style for manual pages (co-author: neteler) 10 years ago
vector dafbd1e91d user message harmonization update (trac https://trac.osgeo.org/grass/ticket/2409) 10 years ago
visualization 1797fb90bd xganim: removing xganim from Makefile and other places (following https://trac.osgeo.org/grass/changeset/58484) 11 years ago
AUTHORS 244fa897b5 AUTHORS: fix web URLs 10 years ago
CHANGES db49180dd7 welcome to GRASS 7.0.svn 16 years ago
COPYING 399d774cd8 Use main Web site URL; minor updates 11 years ago
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 16 years ago
INSTALL fa6a51bce5 updated supporting docs 10 years ago
Makefile 4d3d44467e wxgui: add support for sphinx documentation 10 years ago
README df43a42758 new Progman URL 14 years ago
REQUIREMENTS.html 9fbd03eba7 remove unused ffmpeg (libavutil) dependency (used by older nviz, now creating issues with includes https://trac.osgeo.org/grass/ticket/2017) 10 years ago
SUBMITTING 6df72fb319 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting 10 years ago
TODO 6a677a47f9 updated 16 years ago
aclocal.m4 e2891f5461 enable AIX shared libs 11 years ago
binaryInstall.src 1eccedfd8e make bindist: update script to G7 10 years ago
config.guess 660821dabb autoconf support file update from git.savannah.gnu.org 10 years ago
config.sub 660821dabb autoconf support file update from git.savannah.gnu.org 10 years ago
configure 9fbd03eba7 remove unused ffmpeg (libavutil) dependency (used by older nviz, now creating issues with includes https://trac.osgeo.org/grass/ticket/2017) 10 years ago
configure.in 9fbd03eba7 remove unused ffmpeg (libavutil) dependency (used by older nviz, now creating issues with includes https://trac.osgeo.org/grass/ticket/2017) 10 years ago
contributors.csv adb8cd7586 contributors.csv: +Margherita Di Leo 10 years ago
contributors_extra.csv afc114cefc add Tereza Fiedlerova (DataCatalog) to contributors_extra.csv 10 years ago
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn 16 years ago
grasslib.dox 7392d6dbb2 manual cosmetics 10 years ago
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) 11 years ago
translators.csv 652fa8b986 translators: fix typo 10 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://grass.osgeo.org/programming7/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://grass.osgeo.org/programming7/rfc/

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://grass.osgeo.org/programming7/