Няма описание

Hamish Bowman ecdb9c2f63 fix html errors преди 16 години
db ff65594e77 better explain what the DBF driver isn't doing; explain table migration; cosmetics преди 16 години
debian 90dd81d051 files moved in debianGIS repo преди 16 години
demolocation db49180dd7 welcome to GRASS 7.0.svn преди 17 години
display 6728647bb3 polished; examples improved (interactive not really functional right now) преди 16 години
doc 747a30f824 additional url преди 16 години
gem 57b44f0c82 fix gem -> gem70 преди 16 години
general 2509910a25 minor refactoring преди 16 години
gui ecdb9c2f63 fix html errors преди 16 години
imagery 46e59e1c68 write cmd line to history преди 16 години
include 95c5fb8559 old => old_color преди 16 години
lib 449ac9aceb G_* versions for memory management преди 16 години
locale 6d20e52b37 Robert Nuske: cont'ed преди 16 години
macosx c350b761b0 disable modbuild (to be deleted, hopefully) преди 16 години
man 08284dc59c Build index pages преди 17 години
misc 2d557e2e13 remove reference to v.digit from manual pages преди 16 години
mswindows d4ea2efc4b added native winGRASS builder from 6.5; Colin Nielsen <colin nielsen gmail.com>: native winGRASS packager update преди 16 години
ps fc14dccb50 add vlegend column separation control (see trac https://trac.osgeo.org/grass/ticket/355; merge from devbr6) преди 16 години
raster 74e46b2aa1 parser interface standardized преди 16 години
raster3d c2151b2286 Improve adherence to consistent directory structure преди 16 години
rfc 73fa950ac0 missing items added преди 17 години
rpm b62c85c714 6.3 -> 7.0.svn преди 16 години
scripts 04ed3de814 allow alt and az to be floats (merge from devbr6) преди 16 години
sites 1292bf9a1e Major build system clean-up преди 17 години
swig 9e10f5a242 Juergen Fischer: setup files (from osgeo4w trac https://trac.osgeo.org/grass/ticket/37) преди 16 години
testsuite c4464c33f8 small fixes преди 17 години
tools 4c5fa57679 reorder skip list; i.ask is gone преди 16 години
vector 5234c96a2f some module's dir renamed (strip '2') преди 16 години
visualization 48d1d4a090 X11 includes and libs were added regardless of OPENGL_* settings преди 16 години
AUTHORS 6845a15bcb +osgeo преди 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 95273510e1 cosmetics преди 16 години
Makefile 15ed884260 Removed extra `cat' invocations. преди 16 години
README bc2c15ac5c Doxygen cleanup: changed references from old itc.it web page/mailing lists to osgeo.org ones; преди 17 години
REQUIREMENTS.html 51a6373a75 add numpy and PyOpenGL as optional reqs преди 16 години
SUBMITTING 84aa969167 typos, grammar (merge from devbr6) преди 16 години
SUBMITTING_DOCS 7b412958b7 say how the docs are handled and generated преди 16 години
SUBMITTING_PYTHON db49180dd7 welcome to GRASS 7.0.svn преди 17 години
SUBMITTING_SCRIPTS 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 57399fd1e8 checking for geos_c.h преди 16 години
configure.in 57399fd1e8 checking for geos_c.h преди 16 години
contributors.csv bb47ed0b9d +Markus Metz преди 16 години
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 6276a56b89 +Pascal Obstetar преди 16 години

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/