Нет описания

Martin Landa cb202f92c6 wxGUI: histogram tool fixed (command layer type given as list of commands) 17 лет назад
db da4d562bdc Fix various typos 17 лет назад
debian db49180dd7 welcome to GRASS 7.0.svn 17 лет назад
demolocation db49180dd7 welcome to GRASS 7.0.svn 17 лет назад
display 6948279b99 Fix vertical flip 17 лет назад
doc da4d562bdc Fix various typos 17 лет назад
gem 631d820db4 version boost to avoid conflicts 17 лет назад
general 97defec83d Regex include path and library 17 лет назад
gui cb202f92c6 wxGUI: histogram tool fixed (command layer type given as list of commands) 17 лет назад
imagery 50f679f04d Remove isnan() and use G_is_f_null_value() 17 лет назад
include 72a39e6a1a Conditionalise fseeko() on HAVE_LARGEFILES 17 лет назад
lib a54149ed1d Add, use interface to subprocess module 17 лет назад
locale e6b3e193fe Place files in $(ARCH_DISTDIR) rather than $(GISBASE) 17 лет назад
macosx 1292bf9a1e Major build system clean-up 17 лет назад
man e6b3e193fe Place files in $(ARCH_DISTDIR) rather than $(GISBASE) 17 лет назад
misc 1292bf9a1e Major build system clean-up 17 лет назад
ps e7a1f5cabb Move misplaced <a name=...> tag 17 лет назад
raster a406531836 r.report: cosmetics in units param 17 лет назад
raster3d 1292bf9a1e Major build system clean-up 17 лет назад
rfc 73fa950ac0 missing items added 17 лет назад
rpm f44f1b3199 removed superfluous $Id$ tag 17 лет назад
scripts a54149ed1d Add, use interface to subprocess module 17 лет назад
sites 1292bf9a1e Major build system clean-up 17 лет назад
swig 48ba336510 link GRASS Programmer's manual 17 лет назад
testsuite 1292bf9a1e Major build system clean-up 17 лет назад
tools f33fa5393b Remove mkftcap; superseded by g.mkfontcap 17 лет назад
vector 2c907c498d cosmetics 17 лет назад
visualization e6b3e193fe Place files in $(ARCH_DISTDIR) rather than $(GISBASE) 17 лет назад
AUTHORS db49180dd7 welcome to GRASS 7.0.svn 17 лет назад
CHANGES db49180dd7 welcome to GRASS 7.0.svn 17 лет назад
COPYING db49180dd7 welcome to GRASS 7.0.svn 17 лет назад
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 лет назад
INSTALL e90aa2ef28 boosted to GRASS 7 for parallel installation 17 лет назад
Makefile e6b3e193fe Place files in $(ARCH_DISTDIR) rather than $(GISBASE) 17 лет назад
README bc2c15ac5c Doxygen cleanup: changed references from old itc.it web page/mailing lists to osgeo.org ones; 17 лет назад
REQUIREMENTS.html d1ab0b6286 use css stylesheet (merge from devbr6); ver6->7 17 лет назад
SUBMITTING 90871eb07e Amend information on use of "return" statements 17 лет назад
SUBMITTING_DOCS b7884b7696 wiki url updated 17 лет назад
SUBMITTING_PYTHON db49180dd7 welcome to GRASS 7.0.svn 17 лет назад
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn 17 лет назад
SUBMITTING_TCLTK db49180dd7 welcome to GRASS 7.0.svn 17 лет назад
TODO 6a677a47f9 updated 17 лет назад
aclocal.m4 751c884cfc Add macros for --with-<package>-ldflags= option 17 лет назад
binaryInstall.src f44f1b3199 removed superfluous $Id$ tag 17 лет назад
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 лет назад
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 лет назад
configure 2f21808ba3 Add configure checks for regex functions 17 лет назад
configure.in 2f21808ba3 Add configure checks for regex functions 17 лет назад
contributors.csv f1084a373d +Yann Chemin 17 лет назад
contributors_extra.csv db49180dd7 welcome to GRASS 7.0.svn 17 лет назад
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn 17 лет назад
install-sh f44f1b3199 removed superfluous $Id$ tag 17 лет назад
translators.csv ad5e6bac48 Firman Hadi <jalmiburung gmail.com>: Indonesian 17 лет назад

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/