Sin descripción

Pietro Zambelli fd9f8f6d03 Fix __iter__ method of the Ilist class, now return an iterator hace 12 años
db 716661839b docs prettified hace 12 años
debian 3ecb77bfec mention apt-get build-dep method hace 13 años
demolocation c74ae8b906 update demolocation for trunk hace 12 años
display 6f068f181b enable color gisprompt hace 12 años
doc 66c7f3dabe + Google+ GRASS GIS community hace 12 años
general 576bf4f9a9 g.version: simplify build date formatting hace 12 años
gui 9d21780000 wxGUI/lmgr: connecting the updateMap signal from the main giface object hace 12 años
imagery 6d4bc57b25 m.transform was g.transform hace 12 años
include d3a544e338 Remove unused variables hace 12 años
lib fd9f8f6d03 Fix __iter__ method of the Ilist class, now return an iterator hace 12 años
locale d8e157e661 Anna Zanchetta: cont'ed hace 12 años
macosx 286942308d svn propset hace 12 años
man 3504711b1d man/keywords: use description instead of bullet list hace 12 años
misc dd0d83222c new Wiki URL hace 12 años
mswindows c70756b1c4 dummy default target for non-Windows compilation hace 12 años
ps e3ae81fff3 stray whitespace hace 12 años
raster 979315ef88 r.in.gdal: report all possible projection mismatches hace 12 años
raster3d f607c13ea9 html: replace less than by < to fix displaying manual in gui hace 12 años
rfc a96444e1bf update psc_motions.dox: write access granted to Stepan Turek and Pietro Zambelli hace 12 años
rpm b7d974c0e7 remove GEM hace 15 años
scripts 361247815e v.db.addtable minor bug fix hace 12 años
temporal 2577a96d15 Docu update hace 12 años
testsuite c4464c33f8 small fixes hace 17 años
tools 55c483b675 cosmetics in building manual hace 12 años
vector 3cef7c51ca v.univar: fix for SunOS 5 and Solaris 2 hace 12 años
visualization bb15bcadff use standardized options (files) hace 12 años
AUTHORS 0f1e7c21f2 sync order with other branches hace 13 años
CHANGES db49180dd7 welcome to GRASS 7.0.svn hace 17 años
COPYING a6092698d1 update FSF mailing address (https://trac.osgeo.org/grass/ticket/1422) hace 14 años
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn hace 17 años
INSTALL df43a42758 new Progman URL hace 15 años
Makefile 092547f0d8 revert https://trac.osgeo.org/grass/changeset/50817 hace 13 años
README df43a42758 new Progman URL hace 15 años
REQUIREMENTS.html b41a261bec update REQUIREMENTS hace 12 años
SUBMITTING be0401aedc wxGUI: submitting file created hace 12 años
SUBMITTING_DOCS be0401aedc wxGUI: submitting file created hace 12 años
SUBMITTING_PYTHON be0401aedc wxGUI: submitting file created hace 12 años
SUBMITTING_WXGUI be0401aedc wxGUI: submitting file created hace 12 años
TODO 6a677a47f9 updated hace 17 años
aclocal.m4 d3a544e338 Remove unused variables hace 12 años
binaryInstall.src 286942308d svn propset hace 12 años
config.guess bbb3de97f6 config.guess: updated hace 12 años
config.sub bbb3de97f6 config.guess: updated hace 12 años
configure d3a544e338 Remove unused variables hace 12 años
configure.in cc21804cf0 Get linker flags for fontconfig (issue https://trac.osgeo.org/grass/ticket/1884) hace 12 años
contributors.csv ad0e9fee6f update contributors files: Stepan Turek moved from extra contributors hace 12 años
contributors_extra.csv ad0e9fee6f update contributors files: Stepan Turek moved from extra contributors hace 12 años
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn hace 17 años
grasslib.dox 323e09695d grasslib.dox: cosmetics in header hace 12 años
install-sh 70f065956b Set svn:executable property on install-sh hace 15 años
translators.csv 65d5b458a2 Anna Zanchetta: cont'ed; add Anna Zanchetta to the translator list hace 12 años

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://grass.osgeo.org/programming7/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://grass.osgeo.org/programming7/rfc/

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://grass.osgeo.org/programming7/