Žiadny popis

Markus Neteler 34de3b439f added missing RASTERLIB 16 rokov pred
db 1f8029bd60 db.excute: there is no 'Set' guisection 16 rokov pred
debian 90dd81d051 files moved in debianGIS repo 16 rokov pred
demolocation db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
display 34de3b439f added missing RASTERLIB 16 rokov pred
doc 323533d54d fix example modules (rasterlib) 16 rokov pred
gem e5d2e0ae79 binary rename 16 rokov pred
general 74c711994d added missing RASTERLIB 16 rokov pred
gui 8a40775763 wxGUI: parse error message in location wizard 16 rokov pred
imagery c66ce150bb rasterlib: prototypes moved to rasterdefs.h 16 rokov pred
include 2ce51108a0 Initialize raster library automatically 16 rokov pred
lib 4fd00217f1 Allow for trailing slash in non-interactive startup 16 rokov pred
locale 200f27ca2b msg cosmetics; encoding 16 rokov pred
macosx 50111bb1fe bundling step now works for install also; 16 rokov pred
man 49e05beab0 Fix g.version and documentation indices when building against installed GRASS 16 rokov pred
misc 9339a2b67e use array for keywords (to avoid duplicate locales) 16 rokov pred
mswindows 1d684b169c /c/MinGW not needed 16 rokov pred
ps c66ce150bb rasterlib: prototypes moved to rasterdefs.h 16 rokov pred
raster edbc531b38 added missing RASTERLIB 16 rokov pred
raster3d 7cb238c8dd added missing RASTERLIB 16 rokov pred
rfc 9ac2e2dc64 address updated, html syntax replaced by doxygen syntax 16 rokov pred
rpm b62c85c714 6.3 -> 7.0.svn 16 rokov pred
scripts aa9099a7d5 ckeck GISBASE 16 rokov pred
sites 9339a2b67e use array for keywords (to avoid duplicate locales) 16 rokov pred
swig c9f1ce15a7 point to installed dir 16 rokov pred
testsuite c4464c33f8 small fixes 17 rokov pred
tools 465ba86279 add metatags so g.html2man can create whatis NAME entries for non-module intro help pages 16 rokov pred
vector 97718bb75c added missing RASTERLIB 16 rokov pred
visualization a9e9d10f82 rasterlib: fns from opencell.c renamed, see 16 rokov pred
AUTHORS 6845a15bcb +osgeo 16 rokov pred
CHANGES db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
COPYING db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
INSTALL 95273510e1 cosmetics 16 rokov pred
Makefile 445930b9d5 Convert grass70 script to Python 16 rokov pred
README bc2c15ac5c Doxygen cleanup: changed references from old itc.it web page/mailing lists to osgeo.org ones; 17 rokov pred
REQUIREMENTS.html 680f7c1dc5 +geos 16 rokov pred
SUBMITTING aeb3d2b7e7 update copyright, indent, mime-types, wx menu path (merge from devbr6) 16 rokov pred
SUBMITTING_DOCS 7b412958b7 say how the docs are handled and generated 16 rokov pred
SUBMITTING_PYTHON 45420ba71c cosmetics, https://trac.osgeo.org/grass/changeset/37340 16 rokov pred
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
TODO 6a677a47f9 updated 17 rokov pred
aclocal.m4 751c884cfc Add macros for --with-<package>-ldflags= option 17 rokov pred
binaryInstall.src f44f1b3199 removed superfluous $Id$ tag 17 rokov pred
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 rokov pred
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 rokov pred
configure e20cac1133 support 64bit build with 32bit TclTk aqua on OSX (from dev6 https://trac.osgeo.org/grass/changeset/37402) 16 rokov pred
configure.in e20cac1133 support 64bit build with 32bit TclTk aqua on OSX (from dev6 https://trac.osgeo.org/grass/changeset/37402) 16 rokov pred
contributors.csv bb47ed0b9d +Markus Metz 16 rokov pred
contributors_extra.csv db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
grassrc.tmpl 49e05beab0 Fix g.version and documentation indices when building against installed GRASS 16 rokov pred
install-sh f44f1b3199 removed superfluous $Id$ tag 17 rokov pred
translators.csv 6276a56b89 +Pascal Obstetar 16 rokov pred

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/