aboutsummaryrefslogtreecommitdiff
path: root/academic/grass/README
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2014-02-04 23:51:08 +0700
committerErik Hanson <erik@slackbuilds.org>2014-02-08 11:10:09 -0600
commitcdf9839b661522eb93d09b61d9625b0541d9d2df (patch)
treedfdb4dc3d0037c410904082f428f25fca9de814b /academic/grass/README
parent9a31e48b98202ae1a5c7ed61cf556526f3427eab (diff)
gis/grass: Moved from Academic category.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/grass/README')
-rw-r--r--academic/grass/README22
1 files changed, 0 insertions, 22 deletions
diff --git a/academic/grass/README b/academic/grass/README
deleted file mode 100644
index 98a86beefb95f..0000000000000
--- a/academic/grass/README
+++ /dev/null
@@ -1,22 +0,0 @@
-GRASS (Geographic Resources Analysis Support System) is a free Geographic
-Information System (GIS) used for geospatial data management and
-analysis, image processing, graphics/maps production, spatial modeling,
-and visualization. GRASS is an official project of the Open Source
-Geospatial Foundation.
-
-The following optional dependencies may be enabled:
- blas, lapack for the GRASS gmath library
- ffmpeg for the GRASS ogsf library and nviz animation
- mysql for mysql (or mariadb) database support
- postgresql for postgresql database support
- sqlite for sqlite database support
-
-The options you require must be specified by setting the variable ENABLE
-before running grass.SlackBuild, for example
-
- ENABLE="sqlite,ffmpeg" ./grass.SlackBuild
-
-If you need to make grass libraries available to other applications (e.g.
-qgis) do this:
-
- echo /opt/grass/lib >> /etc/ld.so.conf && ldconfig