Brak opisu

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

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/