landam / grass-addons

GRASS GIS Addons Repository https://grass.osgeo.org/download/addons/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GRASS Addons SVN repository
===========================

Installation - Code Compilation
################################

* C code/Scripts, with GRASS source code on your computer:

  Preparations (assuming source code in $HOME/grass64/):
    (if you have already build GRASS from source you don't need to do this
    again. If adding to a binary install the versions must match exactly.
    For a SVN checkout this means that the main GRASS binary and source
    code SVN revisions must match.)
    1. ./configure [opionally flags]
    2. make libs

  The easiest way to compile GRASS Addons modules into your GRASS code 
  is by setting MODULE_TOPDIR on the fly to tell 'make' where to
  find the prepared GRASS source code:

    make MODULE_TOPDIR=$HOME/grass64/

  (adapt to your /path/to/grass6/). Each module/script in the GRASS
  Addons SVN repository should have a Makefile to support easy
  installation.

  Install then into your existing GRASS installation with

    make MODULE_TOPDIR=$HOME/grass64/ install

  This may require "root" priviledges (so, also 'sudo' may help).

* C code/Scripts, with GRASS binaries on your computer:
  compile GRASS Addons modules into your GRASS code by setting 
  MODULE_TOPDIR to where to the GRASS binaries are located:

    make MODULE_TOPDIR=/usr/lib/grass640/

* GEM:
  If you want to install into a *binary* GRASS package, you can use
  the "GRASS Extensions Manager (GEM)":
  http://grass.osgeo.org/grass64/manuals/html64_user/gem/index.html


########################################################################
To submit your GRASS GIS module here, please check

   https://grass.osgeo.org/development/

The submmission must be compliant with the GRASS
submission rules as found in the GRASS source code
and RFC2 (Legal aspects of submission):

   https://trac.osgeo.org/grass/wiki/RFC

Also read submitting instructions before committing any changes!
   
   https://trac.osgeo.org/grass/wiki/Submitting

########################################################################
How to get write access here?
#############################

Read access is granted to the public, write access
must be requested, see here for details:
   https://trac.osgeo.org/grass/wiki/HowToContribute#WriteaccesstotheGRASS-Addons-SVNrepository

Checkout of the entire Addons SVN repository:
	svn checkout https://svn.osgeo.org/grass/grass-addons grass-addons

########################################################################
Mime-types
##########
# To avoid mime-type recognition problems in SVN,
# each new file's mime-type has to be updated with "svn propset":

Prior to svn commit (first time only), run on your new file(s)

   grass-addons/tools/module_svn_propset.sh <file>

or, simply on all of your new files:

   grass-addons/tools/module_svn_propset.sh *

About

GRASS GIS Addons Repository https://grass.osgeo.org/download/addons/


Languages

Language:C 45.2%Language:Python 28.5%Language:HTML 11.2%Language:Shell 6.8%Language:Fortran 3.4%Language:C++ 3.0%Language:Makefile 0.7%Language:TeX 0.5%Language:PostScript 0.3%Language:PHP 0.1%Language:Perl 0.1%Language:Rich Text Format 0.1%Language:Objective-C 0.0%Language:Batchfile 0.0%Language:Yacc 0.0%Language:MATLAB 0.0%Language:Limbo 0.0%Language:Ballerina 0.0%Language:OpenEdge ABL 0.0%