Žiadny popis

Hamish Bowman 2407c977e6 include stdio.h for printf (merge from devbr6) 17 rokov pred
db b7884b7696 wiki url updated 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 866c49d640 we need the data array in any case, not only when algo= is used 17 rokov pred
doc b7884b7696 wiki url updated 17 rokov pred
gem 631d820db4 version boost to avoid conflicts 17 rokov pred
general 439f8c55cc Use basic REs by default; add -e for extended REs 17 rokov pred
gui 6b1bd62951 wxGUI: fix display attributes dialog to display duplicated features 17 rokov pred
imagery 0c685e19eb i.atcorr: use G_warning()/G_fatal_error() instead of fprintf(stderr, ...) 17 rokov pred
include c442b9f80e nvizlib: Mac-related fixes (thanks to William Kyngesburye) 17 rokov pred
lib 5ade103742 message cosmetics (merge from devbr6, https://trac.osgeo.org/grass/changeset/33363) 17 rokov pred
locale 320c647f68 Fix bug in Czech translation 17 rokov pred
macosx 1292bf9a1e Major build system clean-up 17 rokov pred
man 3b6e23ad2e Use non-zero exit code if errors occur 17 rokov pred
misc 1292bf9a1e Major build system clean-up 17 rokov pred
ps 1c5af2e27f Earth units not available in simple XY location (merge from devbr6) 17 rokov pred
raster 808480bc43 cleanup 17 rokov pred
raster3d 1292bf9a1e Major build system clean-up 17 rokov pred
rfc 73fa950ac0 missing items added 17 rokov pred
rpm f44f1b3199 removed superfluous $Id$ tag 17 rokov pred
scripts e37c8e929d bugfix: missing ?; check if r.in.gdalwarp worked (merge from devbr6) 17 rokov pred
sites 1292bf9a1e Major build system clean-up 17 rokov pred
swig 2407c977e6 include stdio.h for printf (merge from devbr6) 17 rokov pred
testsuite 1292bf9a1e Major build system clean-up 17 rokov pred
tools f33fa5393b Remove mkftcap; superseded by g.mkfontcap 17 rokov pred
vector 319da98899 hange Map is 3D in form to report in human not binary (merge from devbr6) 17 rokov pred
visualization e184df6c6e nviz_cmd: options for position (surface, vlines, vpoints) 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 5699050826 Change build order: libraries, modules, other (apps, docs etc) 17 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 f2d4cf0d69 mention or x11-server-devel 17 rokov pred
SUBMITTING fa4b715ef7 don't use mime-type application prefix for text files 17 rokov pred
SUBMITTING_DOCS b7884b7696 wiki url updated 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 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 2f21808ba3 Add configure checks for regex functions 17 rokov pred
configure.in 2f21808ba3 Add configure checks for regex functions 17 rokov pred
contributors.csv be83d3482b Laura Toma added 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 ad5e6bac48 Firman Hadi <jalmiburung gmail.com>: Indonesian 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
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/