Ei kuvausta

Glynn Clements e22d15f10d Convert v.dissolve to Python 17 vuotta sitten
db b7884b7696 wiki url updated 17 vuotta sitten
debian db49180dd7 welcome to GRASS 7.0.svn 17 vuotta sitten
demolocation db49180dd7 welcome to GRASS 7.0.svn 17 vuotta sitten
display 274d8fc9ef Fix incorrect variables names 17 vuotta sitten
doc b7884b7696 wiki url updated 17 vuotta sitten
gem 631d820db4 version boost to avoid conflicts 17 vuotta sitten
general 3354a65ec2 add convenient predefined 'comma' as separator 17 vuotta sitten
gui 855eeb0959 wxGUI cosmetics: print statements removed 17 vuotta sitten
imagery 274d8fc9ef Fix incorrect variables names 17 vuotta sitten
include be1add3a53 vlib: Vect_restore_line() added (initial step towards vector digitizer undo) 17 vuotta sitten
lib 181163776d vlib: Vect_restore_line() added (initial step towards vector digitizer undo) - update https://trac.osgeo.org/grass/changeset/33533 17 vuotta sitten
locale e6b3e193fe Place files in $(ARCH_DISTDIR) rather than $(GISBASE) 17 vuotta sitten
macosx 1292bf9a1e Major build system clean-up 17 vuotta sitten
man e6b3e193fe Place files in $(ARCH_DISTDIR) rather than $(GISBASE) 17 vuotta sitten
misc 1292bf9a1e Major build system clean-up 17 vuotta sitten
ps 83011b7f53 add line sytle by name and linecap (trac https://trac.osgeo.org/grass/ticket/250; merge from devbr6) 17 vuotta sitten
raster 646fdf6fd3 color descriptions; moderninze interactive variable name 17 vuotta sitten
raster3d 1292bf9a1e Major build system clean-up 17 vuotta sitten
rfc 73fa950ac0 missing items added 17 vuotta sitten
rpm f44f1b3199 removed superfluous $Id$ tag 17 vuotta sitten
scripts e22d15f10d Convert v.dissolve to Python 17 vuotta sitten
sites 1292bf9a1e Major build system clean-up 17 vuotta sitten
swig 52a7fb288e clean clean; rm needs -f in case setup.pyc isn't there 17 vuotta sitten
testsuite 1292bf9a1e Major build system clean-up 17 vuotta sitten
tools f33fa5393b Remove mkftcap; superseded by g.mkfontcap 17 vuotta sitten
vector 274d8fc9ef Fix incorrect variables names 17 vuotta sitten
visualization e6b3e193fe Place files in $(ARCH_DISTDIR) rather than $(GISBASE) 17 vuotta sitten
AUTHORS db49180dd7 welcome to GRASS 7.0.svn 17 vuotta sitten
CHANGES db49180dd7 welcome to GRASS 7.0.svn 17 vuotta sitten
COPYING db49180dd7 welcome to GRASS 7.0.svn 17 vuotta sitten
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 vuotta sitten
INSTALL e90aa2ef28 boosted to GRASS 7 for parallel installation 17 vuotta sitten
Makefile e6b3e193fe Place files in $(ARCH_DISTDIR) rather than $(GISBASE) 17 vuotta sitten
README bc2c15ac5c Doxygen cleanup: changed references from old itc.it web page/mailing lists to osgeo.org ones; 17 vuotta sitten
REQUIREMENTS.html d1ab0b6286 use css stylesheet (merge from devbr6); ver6->7 17 vuotta sitten
SUBMITTING fa4b715ef7 don't use mime-type application prefix for text files 17 vuotta sitten
SUBMITTING_DOCS b7884b7696 wiki url updated 17 vuotta sitten
SUBMITTING_PYTHON db49180dd7 welcome to GRASS 7.0.svn 17 vuotta sitten
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn 17 vuotta sitten
SUBMITTING_TCLTK db49180dd7 welcome to GRASS 7.0.svn 17 vuotta sitten
TODO 6a677a47f9 updated 17 vuotta sitten
aclocal.m4 751c884cfc Add macros for --with-<package>-ldflags= option 17 vuotta sitten
binaryInstall.src f44f1b3199 removed superfluous $Id$ tag 17 vuotta sitten
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 vuotta sitten
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 vuotta sitten
configure 2f21808ba3 Add configure checks for regex functions 17 vuotta sitten
configure.in 2f21808ba3 Add configure checks for regex functions 17 vuotta sitten
contributors.csv f1084a373d +Yann Chemin 17 vuotta sitten
contributors_extra.csv db49180dd7 welcome to GRASS 7.0.svn 17 vuotta sitten
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn 17 vuotta sitten
install-sh f44f1b3199 removed superfluous $Id$ tag 17 vuotta sitten
translators.csv ad5e6bac48 Firman Hadi <jalmiburung gmail.com>: Indonesian 17 vuotta sitten

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/