Açıklama Yok

Martin Landa c3fb096f21 numpy is basic requirement for wxGUI 16 yıl önce
db beb694d326 db.droptable: fix option typo 16 yıl önce
debian f452d28e7a no gr7 deb packaging yet, but at least link to the most modern prior control files 16 yıl önce
demolocation db49180dd7 welcome to GRASS 7.0.svn 17 yıl önce
display f68e4ce5c6 example improved 16 yıl önce
doc 05de514abe fine tuning 16 yıl önce
gem 64d3dee1f5 Don't create directories or install files if they already exist and haven't changed 16 yıl önce
general 82b57bd718 Add cairo-ft to configure checks 16 yıl önce
gui c3fb096f21 numpy is basic requirement for wxGUI 16 yıl önce
imagery c2173b7eda Don't try to build i.atcorr if $(CXX) is empty 16 yıl önce
include 82b57bd718 Add cairo-ft to configure checks 16 yıl önce
lib 2a48a864f7 Funda Wang <fundawang mandriva.org>: fixes for deprecated Tcl interp->result (trac https://trac.osgeo.org/grass/ticket/462) 16 yıl önce
locale 47df0a4b50 Pascal Obstetar: continued 16 yıl önce
macosx 3cf770b7bd BWidget removed 16 yıl önce
man 08284dc59c Build index pages 17 yıl önce
misc 2d557e2e13 remove reference to v.digit from manual pages 16 yıl önce
ps fc14dccb50 add vlegend column separation control (see trac https://trac.osgeo.org/grass/ticket/355; merge from devbr6) 16 yıl önce
raster eecac4dca1 fix exit status 16 yıl önce
raster3d c2151b2286 Improve adherence to consistent directory structure 16 yıl önce
rfc 73fa950ac0 missing items added 17 yıl önce
rpm b62c85c714 6.3 -> 7.0.svn 16 yıl önce
scripts d2cf616ba3 msg cosmetics, check if r.support worked (merge from devbr6) 16 yıl önce
sites 1292bf9a1e Major build system clean-up 17 yıl önce
swig 59b73c7f4b python_grass7 -> swig.grass 16 yıl önce
testsuite c4464c33f8 small fixes 17 yıl önce
tools 156d2c992f Add -npro switch (don't read .indent.pro files) 16 yıl önce
vector aa1e0168af lat/lon example 16 yıl önce
visualization 2a48a864f7 Funda Wang <fundawang mandriva.org>: fixes for deprecated Tcl interp->result (trac https://trac.osgeo.org/grass/ticket/462) 16 yıl önce
AUTHORS 6845a15bcb +osgeo 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 5fcdafa3e9 Move Python rules into Python.make 16 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 02eb28ff98 Python 3 is not supported 16 yıl önce
SUBMITTING 84aa969167 typos, grammar (merge from devbr6) 16 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
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 82b57bd718 Add cairo-ft to configure checks 16 yıl önce
configure.in 82b57bd718 Add cairo-ft to configure checks 16 yıl önce
contributors.csv bb47ed0b9d +Markus Metz 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 6276a56b89 +Pascal Obstetar 16 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/