暫無描述

Martin Landa 10f7092c4b wxGUI: optionally add created map (raster, vector) into layer tree when running command 17 年之前
db 406e752533 Parallel make fix: drivers must be built before base otherwise HTML 17 年之前
debian db49180dd7 welcome to GRASS 7.0.svn 17 年之前
demolocation db49180dd7 welcome to GRASS 7.0.svn 17 年之前
display 7569e3f919 rearranged some of the code, to allow running without x-mon for only legend output 17 年之前
doc f080c2fb65 i18N translation statistics explained 17 年之前
gem 9c7e6cd0e3 boosted to GRASS 7 for parallel installation 17 年之前
general e7e32fa698 Change Python example script to use os.execvp() instead of os.system() 17 年之前
gui 10f7092c4b wxGUI: optionally add created map (raster, vector) into layer tree when running command 17 年之前
imagery c031c93deb Messages standarization 17 年之前
include 04fd4a8445 Add format, noreturn __attribute__s to G3d functions. 17 年之前
lib 4168d405ba parser.c: print 'option <%s>: <%s> exists' message in gui style if GRASS_MESSAGE_FORMAT=gui 17 年之前
locale 7945227837 Firman Hadi: cont'ed 17 年之前
macosx 7addbabeff Remove unnecessary TclTk bundling 17 年之前
man db49180dd7 welcome to GRASS 7.0.svn 17 年之前
misc 238cac25b6 (merge changes from devbr6) 17 年之前
ps fbe6b3c73b ps.map manual page: fix wiki url 17 年之前
raster c5b78ce38f Make r3.mapcalc work on 64-bit systems (where a void* won't fit into an int) 17 年之前
raster3d e3072e105a r3.mkdspf doesn't require OpenGL 17 年之前
rfc db49180dd7 welcome to GRASS 7.0.svn 17 年之前
rpm f44f1b3199 removed superfluous $Id$ tag 17 年之前
scripts 799eef5ae4 Set weights on .overview, not . 17 年之前
sites f44f1b3199 removed superfluous $Id$ tag 17 年之前
swig 55d525f084 Remove SWIG auto-generated wrapper (not a source file) 17 年之前
testsuite db49180dd7 welcome to GRASS 7.0.svn 17 年之前
tools 9333cfd180 Fix sense of directory test 17 年之前
vector 372b4ba9b3 v.in.dxf: don't overwrite output map if not specified by 'output' argument 17 年之前
visualization cb5fc4c366 Move "README" into separate file 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 09f918fe06 Fix permissions on install-sh 17 年之前
README bc2c15ac5c Doxygen cleanup: changed references from old itc.it web page/mailing lists to osgeo.org ones; 17 年之前
REQUIREMENTS.html f2d4cf0d69 mention or x11-server-devel 17 年之前
SUBMITTING b9f96757e7 shell svn mime-type 17 年之前
SUBMITTING_DOCS db49180dd7 welcome to GRASS 7.0.svn 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 9faee47cc9 Better support for OpenGL and Tcl/Tk frameworks on MacOSX 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 ace7636302 Remove Tcl/Tk framework flags (don't work, apparently) 17 年之前
configure.in ace7636302 Remove Tcl/Tk framework flags (don't work, apparently) 17 年之前
contributors.csv f8e4e65a9a +Marco Pasetti 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/