Nenhuma descrição

Martin Landa 2f76bd715e doxygen update (diglib/portable.c) 16 anos atrás
db 1cf58e90f6 SQLite is the default in GRASS 7 16 anos atrás
debian 90dd81d051 files moved in debianGIS repo 16 anos atrás
demolocation db49180dd7 welcome to GRASS 7.0.svn 17 anos atrás
display 6728647bb3 polished; examples improved (interactive not really functional right now) 16 anos atrás
doc 747a30f824 additional url 16 anos atrás
gem 57b44f0c82 fix gem -> gem70 16 anos atrás
general 6351c049bb avoid namespace collision on MS-Windows 16 anos atrás
gui b24f0550c6 wxGUI/nviz: disable text event (spinctrls)YX 16 anos atrás
imagery e2cc9707f8 downsize the static cache for 32bit CPUs 16 anos atrás
include 2f76bd715e doxygen update (diglib/portable.c) 16 anos atrás
lib 2f76bd715e doxygen update (diglib/portable.c) 16 anos atrás
locale 6d20e52b37 Robert Nuske: cont'ed 16 anos atrás
macosx c350b761b0 disable modbuild (to be deleted, hopefully) 16 anos atrás
man 08284dc59c Build index pages 17 anos atrás
misc 2d557e2e13 remove reference to v.digit from manual pages 16 anos atrás
mswindows 49e4d08797 PATHEXT is not dynamic so put in static init.bat|sh files; icon text cosmetics (merge from devbr6) 16 anos atrás
ps 4ae27b2f6a merge legend type control from devbr6 16 anos atrás
raster b16eadc51f see also the handy 'pv' pipe viewer utility (merge from devbr6) 16 anos atrás
raster3d c2151b2286 Improve adherence to consistent directory structure 16 anos atrás
rfc 73fa950ac0 missing items added 17 anos atrás
rpm b62c85c714 6.3 -> 7.0.svn 16 anos atrás
scripts 5b7abb6875 fix missing line 16 anos atrás
sites 1292bf9a1e Major build system clean-up 17 anos atrás
swig a48343daee updated 16 anos atrás
testsuite c4464c33f8 small fixes 17 anos atrás
tools 4c5fa57679 reorder skip list; i.ask is gone 16 anos atrás
vector d654358fc7 Added warning about lack of Lat/Long coordinate support; misc. cleanups 16 anos atrás
visualization 1bbe6630c0 update wrapper script to latest descr changes (merge from devbr6) 16 anos atrás
AUTHORS 6845a15bcb +osgeo 16 anos atrás
CHANGES db49180dd7 welcome to GRASS 7.0.svn 17 anos atrás
COPYING db49180dd7 welcome to GRASS 7.0.svn 17 anos atrás
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 anos atrás
INSTALL 95273510e1 cosmetics 16 anos atrás
Makefile 141412ecdc document GRASS-Python lib 16 anos atrás
README bc2c15ac5c Doxygen cleanup: changed references from old itc.it web page/mailing lists to osgeo.org ones; 17 anos atrás
REQUIREMENTS.html 558e454a51 PyOpenGL is not required for wxGUI NVIZ extension 16 anos atrás
SUBMITTING 84aa969167 typos, grammar (merge from devbr6) 16 anos atrás
SUBMITTING_DOCS 7b412958b7 say how the docs are handled and generated 16 anos atrás
SUBMITTING_PYTHON db49180dd7 welcome to GRASS 7.0.svn 17 anos atrás
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn 17 anos atrás
TODO 6a677a47f9 updated 17 anos atrás
aclocal.m4 751c884cfc Add macros for --with-<package>-ldflags= option 17 anos atrás
binaryInstall.src f44f1b3199 removed superfluous $Id$ tag 17 anos atrás
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 anos atrás
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 anos atrás
configure 12f8a84dee make checking python-config optional 16 anos atrás
configure.in 12f8a84dee make checking python-config optional 16 anos atrás
contributors.csv bb47ed0b9d +Markus Metz 16 anos atrás
contributors_extra.csv db49180dd7 welcome to GRASS 7.0.svn 17 anos atrás
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn 17 anos atrás
install-sh f44f1b3199 removed superfluous $Id$ tag 17 anos atrás
translators.csv 6276a56b89 +Pascal Obstetar 16 anos atrás

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/