بدون توضیح

Hamish Bowman c977b51308 don't install gui/wxpython/scripts/Makefile, and d.rast3d is already installed in /etc/gui/scripts/ by that Makefile, so don't install it twice 16 سال پیش
db 1cf58e90f6 SQLite is the default in GRASS 7 16 سال پیش
debian 90dd81d051 files moved in debianGIS repo 16 سال پیش
demolocation db49180dd7 welcome to GRASS 7.0.svn 17 سال پیش
display 6728647bb3 polished; examples improved (interactive not really functional right now) 16 سال پیش
doc 747a30f824 additional url 16 سال پیش
gem 57b44f0c82 fix gem -> gem70 16 سال پیش
general 6351c049bb avoid namespace collision on MS-Windows 16 سال پیش
gui c977b51308 don't install gui/wxpython/scripts/Makefile, and d.rast3d is already installed in /etc/gui/scripts/ by that Makefile, so don't install it twice 16 سال پیش
imagery 6fb3c115a4 more doc clarifications 16 سال پیش
include 859a0bc21b Windows fixes: retain .py extension on scripts 16 سال پیش
lib a9247a6b7c typo (merge from devbr6) 16 سال پیش
locale 6d20e52b37 Robert Nuske: cont'ed 16 سال پیش
macosx c350b761b0 disable modbuild (to be deleted, hopefully) 16 سال پیش
man 08284dc59c Build index pages 17 سال پیش
misc 2d557e2e13 remove reference to v.digit from manual pages 16 سال پیش
mswindows 49e4d08797 PATHEXT is not dynamic so put in static init.bat|sh files; icon text cosmetics (merge from devbr6) 16 سال پیش
ps 4ae27b2f6a merge legend type control from devbr6 16 سال پیش
raster 76e514ea1b expand help text (merge from relbr64) 16 سال پیش
raster3d c2151b2286 Improve adherence to consistent directory structure 16 سال پیش
rfc 73fa950ac0 missing items added 17 سال پیش
rpm b62c85c714 6.3 -> 7.0.svn 16 سال پیش
scripts 5b7abb6875 fix missing line 16 سال پیش
sites 1292bf9a1e Major build system clean-up 17 سال پیش
swig a48343daee updated 16 سال پیش
testsuite c4464c33f8 small fixes 17 سال پیش
tools 4c5fa57679 reorder skip list; i.ask is gone 16 سال پیش
vector d654358fc7 Added warning about lack of Lat/Long coordinate support; misc. cleanups 16 سال پیش
visualization 1bbe6630c0 update wrapper script to latest descr changes (merge from devbr6) 16 سال پیش
AUTHORS 6845a15bcb +osgeo 16 سال پیش
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 95273510e1 cosmetics 16 سال پیش
Makefile 141412ecdc document GRASS-Python lib 16 سال پیش
README bc2c15ac5c Doxygen cleanup: changed references from old itc.it web page/mailing lists to osgeo.org ones; 17 سال پیش
REQUIREMENTS.html 558e454a51 PyOpenGL is not required for wxGUI NVIZ extension 16 سال پیش
SUBMITTING 84aa969167 typos, grammar (merge from devbr6) 16 سال پیش
SUBMITTING_DOCS 7b412958b7 say how the docs are handled and generated 16 سال پیش
SUBMITTING_PYTHON db49180dd7 welcome to GRASS 7.0.svn 17 سال پیش
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn 17 سال پیش
TODO 6a677a47f9 updated 17 سال پیش
aclocal.m4 751c884cfc Add macros for --with-<package>-ldflags= option 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 12f8a84dee make checking python-config optional 16 سال پیش
configure.in 12f8a84dee make checking python-config optional 16 سال پیش
contributors.csv bb47ed0b9d +Markus Metz 16 سال پیش
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 6276a56b89 +Pascal Obstetar 16 سال پیش

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/