Açıklama Yok

Martin Landa df7ea9e10c vlib: print build messages in standard message mode (G_verbose_message() -> G_message()) 16 yıl önce
db 9e35c47c22 Don't modify constant strings 16 yıl önce
debian 3711dc160e - finish job of Removing old outdated Debian configuration files (https://trac.osgeo.org/grass/changeset/25027) 17 yıl önce
demolocation db49180dd7 welcome to GRASS 7.0.svn 17 yıl önce
display a665caa428 use D_get_u* as suggested by Glynn on the dev-ML 17 yıl önce
doc ddc38eeec1 Info about me updated. 16 yıl önce
gem 631d820db4 version boost to avoid conflicts 17 yıl önce
general f46c93801c explain exclude parameter 16 yıl önce
gui 8e0aeed891 wxGUI: fix menu (merge from devbr6 + tab to 8spc) 16 yıl önce
imagery 0681a82d73 i.rgb.his & i.his.rgb: message standardization 16 yıl önce
include 85fea69d7b Remove unnecessary static variables from opencell.c 16 yıl önce
lib df7ea9e10c vlib: print build messages in standard message mode (G_verbose_message() -> G_message()) 16 yıl önce
locale dceab6feb0 Robert Nuske <rnuske gwdg.de>: cont'ed 16 yıl önce
macosx f69abe456d use INSTALL instead of INSTALL_BIN (sync from dev6) 16 yıl önce
man 08284dc59c Build index pages 17 yıl önce
misc 1292bf9a1e Major build system clean-up 17 yıl önce
ps 1bd1da7c91 example polished to fix trac https://trac.osgeo.org/grass/ticket/362 16 yıl önce
raster d3476f6507 Don't bother checking the return code from G_get_set_window() 16 yıl önce
raster3d 304b9ed488 Use decimal degrees for -g 17 yıl önce
rfc 73fa950ac0 missing items added 17 yıl önce
rpm f44f1b3199 removed superfluous $Id$ tag 17 yıl önce
scripts c4776ac9ca Add metric=geodesic to r.grow.distance 16 yıl önce
sites 1292bf9a1e Major build system clean-up 17 yıl önce
swig 5524bcabcb Fix "%typemap(out) char **" 17 yıl önce
testsuite c4464c33f8 small fixes 17 yıl önce
tools bd14b421df - quote filenames 17 yıl önce
vector d3476f6507 Don't bother checking the return code from G_get_set_window() 16 yıl önce
visualization f07ce4b8a7 Convert xganim from Motif to wxWidgets 16 yıl önce
AUTHORS ddc38eeec1 Info about me updated. 16 yıl önce
CHANGES db49180dd7 welcome to GRASS 7.0.svn 17 yıl önce
COPYING db49180dd7 welcome to GRASS 7.0.svn 17 yıl önce
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 yıl önce
INSTALL e90aa2ef28 boosted to GRASS 7 for parallel installation 17 yıl önce
Makefile 63a7239a71 Create manpages for DBMI drivers and multi-module directories 17 yıl önce
README bc2c15ac5c Doxygen cleanup: changed references from old itc.it web page/mailing lists to osgeo.org ones; 17 yıl önce
REQUIREMENTS.html d1ab0b6286 use css stylesheet (merge from devbr6); ver6->7 17 yıl önce
SUBMITTING 90871eb07e Amend information on use of "return" statements 17 yıl önce
SUBMITTING_DOCS b7884b7696 wiki url updated 17 yıl önce
SUBMITTING_PYTHON db49180dd7 welcome to GRASS 7.0.svn 17 yıl önce
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn 17 yıl önce
SUBMITTING_TCLTK db49180dd7 welcome to GRASS 7.0.svn 17 yıl önce
TODO 6a677a47f9 updated 17 yıl önce
aclocal.m4 751c884cfc Add macros for --with-<package>-ldflags= option 17 yıl önce
binaryInstall.src f44f1b3199 removed superfluous $Id$ tag 17 yıl önce
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 yıl önce
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 yıl önce
configure f07ce4b8a7 Convert xganim from Motif to wxWidgets 16 yıl önce
configure.in f07ce4b8a7 Convert xganim from Motif to wxWidgets 16 yıl önce
contributors.csv ddc38eeec1 Info about me updated. 16 yıl önce
contributors_extra.csv db49180dd7 welcome to GRASS 7.0.svn 17 yıl önce
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn 17 yıl önce
install-sh f44f1b3199 removed superfluous $Id$ tag 17 yıl önce
translators.csv 12f4ffd352 ordered by language, removed white space for CSV formatting 17 yıl önce

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/