summaryrefslogtreecommitdiff
path: root/academic/grass/README
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2010-10-14 09:19:04 -0400
committerRobby Workman <rworkman@slackbuilds.org>2010-10-17 20:16:50 -0500
commitf3cf70a37b1f6974be332c5fb4aba707dd776ac9 (patch)
tree0e06ef863a8c657060df0d5a855fb50d37db3170 /academic/grass/README
parente676c9a31efaa3a73f40033c1db300da37be230c (diff)
downloadslackbuilds-f3cf70a37b1f6974be332c5fb4aba707dd776ac9.tar.gz
academic/grass: Added (Geographic Resources Analysis Support System)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/grass/README')
-rw-r--r--academic/grass/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/academic/grass/README b/academic/grass/README
new file mode 100644
index 0000000000..78dea2ac14
--- /dev/null
+++ b/academic/grass/README
@@ -0,0 +1,23 @@
+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.
+
+GRASS requires proj, gdal, numpy and wxPython.
+
+The following optional dependencies may be enabled:
+ blas
+ lapack
+ ffmpeg
+ mysql
+ postgresql
+ sqlite
+
+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 on the system
+echo /opt/grass/lib >> /etc/ld.so.conf && ldconfig