Bez popisu

Anna Petrášová a559f0aab0 wxNviz: float sliders (needed for latlon) před 14 roky
db c2db164953 fix dbf memory leak před 14 roky
debian 90dd81d051 files moved in debianGIS repo před 16 roky
demolocation 3fb1a23946 grassrc re-added (needs to be available for compilation process) před 15 roky
display 6f1a554980 d.mon: kill not available on windows - todo před 14 roky
doc 105048f06e updated před 14 roky
general 477112614c g.gisenv: `unset` option added před 14 roky
gui a559f0aab0 wxNviz: float sliders (needed for latlon) před 14 roky
imagery acf11fe779 source citation fix před 14 roky
include ba1221b0fa libgis: define new standard opt: G_OPT_M_EN před 14 roky
lib f54da971c3 gislib: update env.c doxygen documentation před 14 roky
locale 99f667112b Updated Italian translation of grasslibs před 14 roky
macosx 58b5d520f7 make sure user help folder exists před 14 roky
man 9377f03997 happy new year před 14 roky
misc e7a4c5b660 major keywords cleanup před 14 roky
mswindows bd56669f91 wingrass: fix 'grass.bat' to accept arguments, recover 'grass' script před 14 roky
ps 1eb5f3f076 merge -b flag fixes from relbr4: před 14 roky
raster 627f745641 allow input from any mapset in search path před 14 roky
raster3d 0d07febd3f Check the overwrite flag před 14 roky
rfc a3f16e7ef1 +Anne, +Helmut před 15 roky
rpm b7d974c0e7 remove GEM před 15 roky
scripts 77c6e5b0e9 enable compilation of d.redraw před 14 roky
sites 9339a2b67e use array for keywords (to avoid duplicate locales) před 16 roky
testsuite c4464c33f8 small fixes před 17 roky
tools ce894dde25 happy new year před 14 roky
vector ba1221b0fa libgis: define new standard opt: G_OPT_M_EN před 14 roky
visualization 14a482844e nviz_cmd: volume slices implemented před 14 roky
AUTHORS 6d25b627ea fix my address před 14 roky
CHANGES db49180dd7 welcome to GRASS 7.0.svn před 17 roky
COPYING 4c251ca11d affiliation updated před 15 roky
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn před 17 roky
INSTALL df43a42758 new Progman URL před 15 roky
Makefile 1303b1a731 added missing csv files (ticket https://trac.osgeo.org/grass/ticket/1207) před 14 roky
README df43a42758 new Progman URL před 15 roky
REQUIREMENTS.html f963c5a2d9 clean up URLs před 15 roky
SUBMITTING 38efbdc33c update SUBMITTINGS for GRASS7, shell script rules removed před 14 roky
SUBMITTING_DOCS 38efbdc33c update SUBMITTINGS for GRASS7, shell script rules removed před 14 roky
SUBMITTING_PYTHON 4e5ba813ad use full strings in wxGUI před 14 roky
TODO 6a677a47f9 updated před 17 roky
aclocal.m4 3da00a81f8 Re-write SC_CONFIG_CFLAGS to use $host před 15 roky
binaryInstall.src cd454260e1 attempt to fix bug https://trac.osgeo.org/grass/ticket/620 před 14 roky
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) před 17 roky
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) před 17 roky
configure b11a6015e2 conf: NVIZ -> Tcl/Tk NVIZ před 14 roky
configure.in b11a6015e2 conf: NVIZ -> Tcl/Tk NVIZ před 14 roky
contributors.csv 52e2adaeef +Anna Kratochvílová před 14 roky
contributors_extra.csv 2e22c7c228 Luca Delucchi + Duccio Rocchini: two new indices před 14 roky
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn před 17 roky
grass7_arch.png 18fec36a81 grasslib.dox moved from lib to . před 15 roky
grasslib.dox 81046bc4c5 cosmetics in main dox page před 14 roky
install-sh 70f065956b Set svn:executable property on install-sh před 15 roky
translators.csv 36deb4b38e Sylvain Maillard: con'ed před 14 roky

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/