暫無描述

Hamish Bowman c977b51308 don't install gui/wxpython/scripts/Makefile, and d.rast3d is already installed in /etc/gui/scripts/ by that Makefile, so don't install it twice 16 年之前
db 1cf58e90f6 SQLite is the default in GRASS 7 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 6351c049bb avoid namespace collision on MS-Windows 16 年之前
gui c977b51308 don't install gui/wxpython/scripts/Makefile, and d.rast3d is already installed in /etc/gui/scripts/ by that Makefile, so don't install it twice 16 年之前
imagery 6fb3c115a4 more doc clarifications 16 年之前
include 859a0bc21b Windows fixes: retain .py extension on scripts 16 年之前
lib a9247a6b7c typo (merge from devbr6) 16 年之前
locale 6d20e52b37 Robert Nuske: cont'ed 16 年之前
macosx c350b761b0 disable modbuild (to be deleted, hopefully) 16 年之前
man 08284dc59c Build index pages 16 年之前
misc 2d557e2e13 remove reference to v.digit from manual pages 16 年之前
mswindows 49e4d08797 PATHEXT is not dynamic so put in static init.bat|sh files; icon text cosmetics (merge from devbr6) 16 年之前
ps 4ae27b2f6a merge legend type control from devbr6 16 年之前
raster 76e514ea1b expand help text (merge from relbr64) 16 年之前
raster3d c2151b2286 Improve adherence to consistent directory structure 16 年之前
rfc 73fa950ac0 missing items added 16 年之前
rpm b62c85c714 6.3 -> 7.0.svn 16 年之前
scripts 5b7abb6875 fix missing line 16 年之前
sites 1292bf9a1e Major build system clean-up 17 年之前
swig a48343daee updated 16 年之前
testsuite c4464c33f8 small fixes 16 年之前
tools 4c5fa57679 reorder skip list; i.ask is gone 16 年之前
vector d654358fc7 Added warning about lack of Lat/Long coordinate support; misc. cleanups 16 年之前
visualization 1bbe6630c0 update wrapper script to latest descr changes (merge from devbr6) 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 141412ecdc document GRASS-Python lib 16 年之前
README bc2c15ac5c Doxygen cleanup: changed references from old itc.it web page/mailing lists to osgeo.org ones; 17 年之前
REQUIREMENTS.html 558e454a51 PyOpenGL is not required for wxGUI NVIZ extension 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 12f8a84dee make checking python-config optional 16 年之前
configure.in 12f8a84dee make checking python-config optional 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/