No Description

Glynn Clements 7ce8482741 Create manifests (untested) 14 years ago
db e07b5711fd activate OFTDate, OFTTime, OFTDateTime (treat as strings as in DBF driver) 15 years ago
debian 90dd81d051 files moved in debianGIS repo 15 years ago
demolocation a5212e133b Build demolocation using $(MKDIR) and $(INSTALL) instead of "tar" 15 years ago
display df4d81abd4 Move raster-specific functions from lib/gis to lib/raster: 14 years ago
doc df4d81abd4 Move raster-specific functions from lib/gis to lib/raster: 14 years ago
gem 55a25d7cc3 Use GRASS build system 14 years ago
general e629abcf98 Add g.pnmcat module (for use by NVIZ) 14 years ago
gui 7f3720fbf8 Replace standard font dialog for output font with dialog used for default GRASS font because standard font dialog broken in wxPython for Mac in OS X 10.6 14 years ago
imagery a971748577 mention m.proj trick 14 years ago
include dfdb15335d Change $(BINDIR) to $(UNIX_BIN) 14 years ago
lib 4d65b28a3b cosmetics 14 years ago
locale 05caaab23a Chinese wx translation generated from existing files; header cosmetics 14 years ago
macosx 0d62342cc3 fix space-in-path problem 15 years ago
man fcf62d9b70 don't include revision number in manual 15 years ago
misc d6700ffb2c Update LIBES, DEPENDENCIES from linkage database 15 years ago
mswindows 7ce8482741 Create manifests (untested) 14 years ago
ps df4d81abd4 Move raster-specific functions from lib/gis to lib/raster: 14 years ago
raster 2148e41e3d update doc 14 years ago
raster3d df4d81abd4 Move raster-specific functions from lib/gis to lib/raster: 14 years ago
rfc a3f16e7ef1 +Anne, +Helmut 14 years ago
rpm b62c85c714 6.3 -> 7.0.svn 16 years ago
scripts d884b41c43 url fix 14 years ago
sites 9339a2b67e use array for keywords (to avoid duplicate locales) 15 years ago
swig df4d81abd4 Move raster-specific functions from lib/gis to lib/raster: 14 years ago
testsuite c4464c33f8 small fixes 16 years ago
tools 34892b4f7f 2010ing 15 years ago
vector 33567b86a1 code clean-up and more documentation 14 years ago
visualization cb33185fbc Rename asprintf() -> xsprintf() to avoid conflict 14 years ago
AUTHORS 150262c5d5 due props (merge from devbr6) 15 years ago
CHANGES db49180dd7 welcome to GRASS 7.0.svn 16 years ago
COPYING 4c251ca11d affiliation updated 14 years ago
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 16 years ago
INSTALL 34892b4f7f 2010ing 15 years ago
Makefile 7ce8482741 Create manifests (untested) 14 years ago
README c247965157 url of GRASS programmer's manual updated 15 years ago
REQUIREMENTS.html 06bb9194c0 +make version minimum if GNU make 15 years ago
SUBMITTING 34892b4f7f 2010ing 15 years ago
SUBMITTING_DOCS 7b412958b7 say how the docs are handled and generated 15 years ago
SUBMITTING_PYTHON 45420ba71c cosmetics, https://trac.osgeo.org/grass/changeset/37340 15 years ago
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn 16 years ago
TODO 6a677a47f9 updated 16 years ago
aclocal.m4 3da00a81f8 Re-write SC_CONFIG_CFLAGS to use $host 15 years ago
binaryInstall.src f44f1b3199 removed superfluous $Id$ tag 16 years ago
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) 16 years ago
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) 16 years ago
configure 3714516388 only show latest rev (trac https://trac.osgeo.org/grass/ticket/587) 14 years ago
configure.in 3714516388 only show latest rev (trac https://trac.osgeo.org/grass/ticket/587) 14 years ago
contributors.csv a3f16e7ef1 +Anne, +Helmut 14 years ago
contributors_extra.csv 5cb8497388 Otto/rfc2 (merge from trunk https://trac.osgeo.org/grass/changeset/40377) 15 years ago
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn 16 years ago
install-sh 70f065956b Set svn:executable property on install-sh 14 years ago
translators.csv 42f694f7b4 +Hirotoshi Toyoda,Haruka Fujii,Yuka Tohhana 14 years ago

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/grass7_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/grass7_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/grass7_progman/