Žiadny popis

Martin Landa c92c8b0a05 wxGUI: cosmetics in message (loading workspace) 17 rokov pred
db 313ca7f409 Add "const" where appropriate to DBMI functions 17 rokov pred
debian db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
demolocation db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
display f44f1b3199 removed superfluous $Id$ tag 17 rokov pred
doc f44f1b3199 removed superfluous $Id$ tag 17 rokov pred
gem 9c7e6cd0e3 boosted to GRASS 7 for parallel installation 17 rokov pred
general 313ca7f409 Add "const" where appropriate to DBMI functions 17 rokov pred
gui c92c8b0a05 wxGUI: cosmetics in message (loading workspace) 17 rokov pred
imagery 4d8b5bcffb multiple files 17 rokov pred
include a9b2c30b3e Elminate FILE* <-> struct Map_info* hack from sites library 17 rokov pred
lib a9b2c30b3e Elminate FILE* <-> struct Map_info* hack from sites library 17 rokov pred
locale 5ea51e24b5 Osman Yalcın Yilmaz: Turkish translation added 17 rokov pred
macosx f44f1b3199 removed superfluous $Id$ tag 17 rokov pred
man db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
misc 238cac25b6 (merge changes from devbr6) 17 rokov pred
ps a7c9c47af0 describe vlines type (merge from devbr6) 17 rokov pred
raster a9b2c30b3e Elminate FILE* <-> struct Map_info* hack from sites library 17 rokov pred
raster3d f44f1b3199 removed superfluous $Id$ tag 17 rokov pred
rfc db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
rpm f44f1b3199 removed superfluous $Id$ tag 17 rokov pred
scripts 932d1832f9 DBF driver warning added 17 rokov pred
sites f44f1b3199 removed superfluous $Id$ tag 17 rokov pred
swig f44f1b3199 removed superfluous $Id$ tag 17 rokov pred
testsuite db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
tools d74157fea3 no more needed 17 rokov pred
vector 313ca7f409 Add "const" where appropriate to DBMI functions 17 rokov pred
visualization a9b2c30b3e Elminate FILE* <-> struct Map_info* hack from sites library 17 rokov pred
AUTHORS db49180dd7 welcome to GRASS 7.0.svn 17 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 e90aa2ef28 boosted to GRASS 7 for parallel installation 17 rokov pred
Makefile db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
README db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
REQUIREMENTS.html f2d4cf0d69 mention or x11-server-devel 17 rokov pred
SUBMITTING 99fd26b99e Add more detail on setting SVN properties 17 rokov pred
SUBMITTING_DOCS db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
SUBMITTING_PYTHON db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
SUBMITTING_TCLTK db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
TODO 6a677a47f9 updated 17 rokov pred
aclocal.m4 5ca1762894 Add LOC_CHECK_LINK to allow checking Windows (stdcall) libraries 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 5ca1762894 Add LOC_CHECK_LINK to allow checking Windows (stdcall) libraries 17 rokov pred
configure.in 5ca1762894 Add LOC_CHECK_LINK to allow checking Windows (stdcall) libraries 17 rokov pred
contributors.csv f8e4e65a9a +Marco Pasetti 17 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
install-sh f44f1b3199 removed superfluous $Id$ tag 17 rokov pred
translators.csv db49180dd7 welcome to GRASS 7.0.svn 17 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
here. This takes quite some time. The result is in doxygenhtml/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/