Нема описа

Soeren Gebbert c60b9d0cec balance -> budged пре 15 година
db 20e17bf5d7 libgis: define CONFIG_DIR пре 15 година
debian 90dd81d051 files moved in debianGIS repo пре 16 година
demolocation a5212e133b Build demolocation using $(MKDIR) and $(INSTALL) instead of "tar" пре 15 година
display 87cfda0cca More error handling: пре 15 година
doc e1b2b37f30 Rast_put_*_row* now generate errors rather than returning a status пре 15 година
gem 2380c3d3b3 Convert tools/build_html_index.sh to Python, split into multiple scripts пре 15 година
general 0309a419c2 Rast_get_*_row* now generate errors rather than returning a status пре 15 година
gui 1557f7a80a wxGUI: set focus on prompt пре 15 година
imagery 87cfda0cca More error handling: пре 15 година
include 87cfda0cca More error handling: пре 15 година
lib c60b9d0cec balance -> budged пре 15 година
locale 40d47b160a Luca Delucchi: cont'd пре 15 година
macosx 0d62342cc3 fix space-in-path problem пре 15 година
man fcf62d9b70 don't include revision number in manual пре 15 година
misc d6700ffb2c Update LIBES, DEPENDENCIES from linkage database пре 16 година
mswindows cb2c514b3a simplify package.sh пре 15 година
ps f3d9ac4aa1 document header file instruction (merge from devbr6) пре 15 година
raster bb493e5d92 notes on importing gridded data пре 15 година
raster3d e1b2b37f30 Rast_put_*_row* now generate errors rather than returning a status пре 15 година
rfc 89a35a8fa8 more year fixing, catch up with last year's developments пре 15 година
rpm b62c85c714 6.3 -> 7.0.svn пре 16 година
scripts f8b957c444 x/y columns in attribute table are added after R import, not by GRASS on original data пре 15 година
sites 9339a2b67e use array for keywords (to avoid duplicate locales) пре 16 година
swig 9272b7427d Windows fixes. пре 15 година
testsuite c4464c33f8 small fixes пре 17 година
tools 34892b4f7f 2010ing пре 15 година
vector f03eb13a7b much less memory, a bit faster пре 15 година
visualization 0309a419c2 Rast_get_*_row* now generate errors rather than returning a status пре 15 година
AUTHORS a32e68aac8 Update пре 16 година
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 34892b4f7f 2010ing пре 15 година
Makefile 4bb828c566 Move installation of headers from lib/Makefile to include/Makefile пре 15 година
README c247965157 url of GRASS programmer's manual updated пре 15 година
REQUIREMENTS.html 06bb9194c0 +make version minimum if GNU make пре 16 година
SUBMITTING 34892b4f7f 2010ing пре 15 година
SUBMITTING_DOCS 7b412958b7 say how the docs are handled and generated пре 16 година
SUBMITTING_PYTHON 45420ba71c cosmetics, https://trac.osgeo.org/grass/changeset/37340 пре 16 година
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn пре 17 година
TODO 6a677a47f9 updated пре 17 година
aclocal.m4 3da00a81f8 Re-write SC_CONFIG_CFLAGS to use $host пре 15 година
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 b48a65b428 make sure to follow symlinks on OSX arch checks, in case default is otherwise пре 15 година
configure.in b48a65b428 make sure to follow symlinks on OSX arch checks, in case default is otherwise пре 15 година
contributors.csv f6e782ecf6 M.Wegmann rfc2 agreed Dec 8 2009 on the PSC list пре 15 година
contributors_extra.csv 964ee87d48 sort by name пре 15 година
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn пре 17 година
install-sh f44f1b3199 removed superfluous $Id$ tag пре 17 година
translators.csv 5b829a3994 cleanup пре 15 година

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/grass7_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/grass7_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/grass7_progman/