Nincs leírás

Martin Landa d4703668db wxGUI: fix flags label/description in dialog 17 éve
db 406e752533 Parallel make fix: drivers must be built before base otherwise HTML 17 éve
debian db49180dd7 welcome to GRASS 7.0.svn 17 éve
demolocation db49180dd7 welcome to GRASS 7.0.svn 17 éve
display 7569e3f919 rearranged some of the code, to allow running without x-mon for only legend output 17 éve
doc f080c2fb65 i18N translation statistics explained 17 éve
gem 9c7e6cd0e3 boosted to GRASS 7 for parallel installation 17 éve
general e7e32fa698 Change Python example script to use os.execvp() instead of os.system() 17 éve
gui d4703668db wxGUI: fix flags label/description in dialog 17 éve
imagery c031c93deb Messages standarization 17 éve
include 04fd4a8445 Add format, noreturn __attribute__s to G3d functions. 17 éve
lib 27b6946048 gislib: doxygen cleaning, remove 'fn' statements 17 éve
locale 7945227837 Firman Hadi: cont'ed 17 éve
macosx 7addbabeff Remove unnecessary TclTk bundling 17 éve
man db49180dd7 welcome to GRASS 7.0.svn 17 éve
misc 238cac25b6 (merge changes from devbr6) 17 éve
ps fbe6b3c73b ps.map manual page: fix wiki url 17 éve
raster c5b78ce38f Make r3.mapcalc work on 64-bit systems (where a void* won't fit into an int) 17 éve
raster3d e3072e105a r3.mkdspf doesn't require OpenGL 17 éve
rfc db49180dd7 welcome to GRASS 7.0.svn 17 éve
rpm f44f1b3199 removed superfluous $Id$ tag 17 éve
scripts d89e1112d4 units parameter clarified 17 éve
sites f44f1b3199 removed superfluous $Id$ tag 17 éve
swig 55d525f084 Remove SWIG auto-generated wrapper (not a source file) 17 éve
testsuite db49180dd7 welcome to GRASS 7.0.svn 17 éve
tools 9333cfd180 Fix sense of directory test 17 éve
vector 64d0fa7e89 v.proj: switch -l flag label/description, trac https://trac.osgeo.org/grass/ticket/241 17 éve
visualization cb5fc4c366 Move "README" into separate file 17 éve
AUTHORS db49180dd7 welcome to GRASS 7.0.svn 17 éve
CHANGES db49180dd7 welcome to GRASS 7.0.svn 17 éve
COPYING db49180dd7 welcome to GRASS 7.0.svn 17 éve
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 éve
INSTALL e90aa2ef28 boosted to GRASS 7 for parallel installation 17 éve
Makefile 09f918fe06 Fix permissions on install-sh 17 éve
README bc2c15ac5c Doxygen cleanup: changed references from old itc.it web page/mailing lists to osgeo.org ones; 17 éve
REQUIREMENTS.html f2d4cf0d69 mention or x11-server-devel 17 éve
SUBMITTING b9f96757e7 shell svn mime-type 17 éve
SUBMITTING_DOCS db49180dd7 welcome to GRASS 7.0.svn 17 éve
SUBMITTING_PYTHON db49180dd7 welcome to GRASS 7.0.svn 17 éve
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn 17 éve
SUBMITTING_TCLTK db49180dd7 welcome to GRASS 7.0.svn 17 éve
TODO 6a677a47f9 updated 17 éve
aclocal.m4 9faee47cc9 Better support for OpenGL and Tcl/Tk frameworks on MacOSX 17 éve
binaryInstall.src f44f1b3199 removed superfluous $Id$ tag 17 éve
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 éve
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 éve
configure ace7636302 Remove Tcl/Tk framework flags (don't work, apparently) 17 éve
configure.in ace7636302 Remove Tcl/Tk framework flags (don't work, apparently) 17 éve
contributors.csv f8e4e65a9a +Marco Pasetti 17 éve
contributors_extra.csv db49180dd7 welcome to GRASS 7.0.svn 17 éve
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn 17 éve
install-sh f44f1b3199 removed superfluous $Id$ tag 17 éve
translators.csv ad5e6bac48 Firman Hadi <jalmiburung gmail.com>: Indonesian 17 éve

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/